Html Css Color HEX #D96A55 Flamingo

📋 copy color: '#D96A55'

red 217 ◦ green 106 ◦ blue 85

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

Shades of Flamingo #D96A55

Tints of Flamingo #D96A55

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.98%

 BLUE value IS 85 (33.59% from 255) = 20.83%

R = 53.19%
G = 25.98%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D96A55 (or 0xD96A55) is known color: Flamingo. HEX triplet: D9, 6A and 55. RGB value is (217,106,85). Sum of RGB (Red+Green+Blue) = 217+106+85=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A55 is #2695AA. Grayscale: #888888. Windows color (decimal): -2528683 or 5597913. OLE color: 5597913.

HSL color Cylindrical-coordinate representation of color #D96A55: hue angle of 9.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D96A55 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 106 85 -
CMYK 0 0.51 0.61 0.15
HSL 9.55º 0.63% 0.59% -
HSV(B) 9.55º 0.61% 0.85% -
XYZ 35.41 25.72 11.69 -
YUV 136.8 98.77 185.21 -
System Red Green Blue C M Y K H S L
Decimal 217 106 85 0 0.51 0.61 0.15 9.55 0.63 0.59
Hex D9 6A 55 0 33 3D F A 3F 3B
Octal 331 152 125 0 63 75 17 12 77 73
Binary 11011001 1101010 1010101 0 110011 111101 1111 1010 111111 111011

Color Harmonies of #D96A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A55

Black with #D96A55

Text Example


Text Example

White with #D96A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A55; }

 p { color: rgb(217,106,85); }

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

background-color css

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

 a { background-color: rgb(217,106,85); }

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

border-color css

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

 span { border-color: rgb(217,106,85); }

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