#D9674A

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

Shades of Flamingo #D9674A

Tints of Flamingo #D9674A

Color information

#D9674A (or 0xD9674A) is unknown color: approx Flamingo. HEX triplet: D9, 67 and 4A. RGB value is (217,103,74). Sum of RGB (Red+Green+Blue) = 217+103+74=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9674A is #2698B5. Grayscale: #868686. Windows color (decimal): -2529462 or 4876249. OLE color: 4876249.

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

Color convert

RGB21710374-
CMYK00.530.660.15
HSL12.17º65.3%57.06%-
HSV(B)12.17º65.9%85.1%-
XYZ34.724.959.46-
YUV133.7894.27187.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 55.08%
GREEN value IS 103 (40.62% from 255) = 26.14%
BLUE value IS 74 (29.30% from 255) = 18.78%
R=55.08%
G=26.14%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171037400.530.660.1512.1765.357.06
HexD9674A03542Fc4139
Octal331147112065102171410171
Binary110110011100111100101001101011000010111111001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9674A; }

 p { color: rgb(217,103,74); }

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

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

 a { background-color: rgb(217,103,74); }

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

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

 span { border-color: rgb(217,103,74); }

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