Html Css Color HEX #D96444 Flamingo

📋 copy color: '#D96444'

red 217 ◦ green 100 ◦ blue 68

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

Shades of Flamingo #D96444

Tints of Flamingo #D96444

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.97%

 BLUE value IS 68 (26.95% from 255) = 17.66%

R = 56.36%
G = 25.97%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D96444 (or 0xD96444) is known color: Flamingo. HEX triplet: D9, 64 and 44. RGB value is (217,100,68). Sum of RGB (Red+Green+Blue) = 217+100+68=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D96444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96444 is #269BBB. Grayscale: #838383. Windows color (decimal): -2530236 or 4482265. OLE color: 4482265.

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

Color convert

RGB 217 100 68 -
CMYK 0 0.54 0.69 0.15
HSL 12.89º 0.66% 0.56% -
HSV(B) 12.89º 0.69% 0.85% -
XYZ 34.22 24.28 8.35 -
YUV 131.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 217 100 68 0 0.54 0.69 0.15 12.89 0.66 0.56
Hex D9 64 44 0 36 45 F D 42 38
Octal 331 144 104 0 66 105 17 15 102 70
Binary 11011001 1100100 1000100 0 110110 1000101 1111 1101 1000010 111000

Color Harmonies of #D96444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96444

Black with #D96444

Text Example


Text Example

White with #D96444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96444; }

 p { color: rgb(217,100,68); }

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

background-color css

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

 a { background-color: rgb(217,100,68); }

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

border-color css

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

 span { border-color: rgb(217,100,68); }

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