#DF604C

Color #DF604C Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flamingo #DF604C

Tints of Flamingo #DF604C

Color information

#DF604C (or 0xDF604C) is unknown color: approx Flamingo. HEX triplet: DF, 60 and 4C. RGB value is (223,96,76). Sum of RGB (Red+Green+Blue) = 223+96+76=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF604C is #209FB3. Grayscale: #838383. Windows color (decimal): -2138036 or 5005535. OLE color: 5005535.

HSL color Cylindrical-coordinate representation of color #DF604C: hue angle of 8.16º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF604C is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB2239676-
CMYK00.570.660.13
HSL8.16º69.67%58.63%-
HSV(B)8.16º65.92%87.45%-
XYZ35.9224.589.69-
YUV131.6996.58193.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 56.46%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 76 (30.08% from 255) = 19.24%
R=56.46%
G=24.30%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223967600.570.660.138.1669.6758.63
HexDF604C03942D8463b
Octal337140114071102151010673
Binary110111111100000100110001110011000010110110001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF604C; }

 p { color: rgb(223,96,76); }

 H1.HeaderClassName
 {
   color: #DF604C;
 }
 .AnyTagClassName
 {
   color: #DF604C;
 }
</style>
background-color css

<style>
 a { background-color: #DF604C; }

 a { background-color: rgb(223,96,76); }

 div.DivClassName
 {
   background-color: #DF604C;
 }
 .BgClassName
 {
   background-color: #DF604C;
 }
</style>
border-color css

<style>
 span { border-color: #DF604C; }

 span { border-color: rgb(223,96,76); }

 td.TdClassName
 {
   border-color: #DF604C;
 }
 .TagClassName
 {
   border-color: #DF604C;
 }
</style>