#D9604C

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

Shades of Flamingo #D9604C

Tints of Flamingo #D9604C

Color information

#D9604C (or 0xD9604C) is unknown color: approx Flamingo. HEX triplet: D9, 60 and 4C. RGB value is (217,96,76). Sum of RGB (Red+Green+Blue) = 217+96+76=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D9604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9604C is #269FB3. Grayscale: #828282. Windows color (decimal): -2531252 or 5005529. OLE color: 5005529.

HSL color Cylindrical-coordinate representation of color #D9604C: hue angle of 8.51º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9604C is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB2179676-
CMYK00.560.650.15
HSL8.51º64.98%57.45%-
HSV(B)8.51º64.98%85.1%-
XYZ34.123.649.6-
YUV129.997.59190.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.78%
GREEN value IS 96 (37.89% from 255) = 24.68%
BLUE value IS 76 (30.08% from 255) = 19.54%
R=55.78%
G=24.68%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217967600.560.650.158.5164.9857.45
HexD9604C03841F94139
Octal331140114070101171110171
Binary110110011100000100110001110001000001111110011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9604C; }

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

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

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

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

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

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

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

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