Html Css Color HEX #D96849 Flamingo

📋 copy color: '#D96849'

red 217 ◦ green 104 ◦ blue 73

#D96849
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flamingo #D96849

Tints of Flamingo #D96849

RGB

 RED value IS 217 (85.16% from 255) = 55.08%

 GREEN value IS 104 (41.02% from 255) = 26.4%

 BLUE value IS 73 (28.91% from 255) = 18.53%

R = 55.08%
G = 26.4%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D96849 (or 0xD96849) is known color: Flamingo. HEX triplet: D9, 68 and 49. RGB value is (217,104,73). Sum of RGB (Red+Green+Blue) = 217+104+73=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D96849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96849 is #2697B6. Grayscale: #868686. Windows color (decimal): -2529207 or 4810969. OLE color: 4810969.

HSL color Cylindrical-coordinate representation of color #D96849: hue angle of 12.92º 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 #D96849 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 104 73 -
CMYK 0 0.52 0.66 0.15
HSL 12.92º 0.65% 0.57% -
HSV(B) 12.92º 0.66% 0.85% -
XYZ 34.77 25.13 9.32 -
YUV 134.25 93.44 187.02 -
System Red Green Blue C M Y K H S L
Decimal 217 104 73 0 0.52 0.66 0.15 12.92 0.65 0.57
Hex D9 68 49 0 34 42 F D 41 39
Octal 331 150 111 0 64 102 17 15 101 71
Binary 11011001 1101000 1001001 0 110100 1000010 1111 1101 1000001 111001

Color Harmonies of #D96849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96849

Black with #D96849

Text Example


Text Example

White with #D96849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96849; }

 p { color: rgb(217,104,73); }

 H1.HeaderClassName
 {
   color: #D96849;
 }
 .AnyTagClassName
 {
   color: #D96849;
 }
</style>

background-color css

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

 a { background-color: rgb(217,104,73); }

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

border-color css

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

 span { border-color: rgb(217,104,73); }

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