Html Css Color HEX #D96424 Chocolate

📋 copy color: '#D96424'

red 217 ◦ green 100 ◦ blue 36

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

Shades of Chocolate #D96424

Tints of Chocolate #D96424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.2%

R = 61.47%
G = 28.33%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D96424 (or 0xD96424) is known color: Chocolate. HEX triplet: D9, 64 and 24. RGB value is (217,100,36). Sum of RGB (Red+Green+Blue) = 217+100+36=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D96424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96424 is #269BDB. Grayscale: #808080. Windows color (decimal): -2530268 or 2385113. OLE color: 2385113.

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

Color convert

RGB 217 100 36 -
CMYK 0 0.54 0.83 0.15
HSL 21.22º 0.72% 0.5% -
HSV(B) 21.22º 0.83% 0.85% -
XYZ 33.49 23.99 4.54 -
YUV 127.69 76.26 191.7 -
System Red Green Blue C M Y K H S L
Decimal 217 100 36 0 0.54 0.83 0.15 21.22 0.72 0.5
Hex D9 64 24 0 36 53 F 15 48 32
Octal 331 144 44 0 66 123 17 25 110 62
Binary 11011001 1100100 100100 0 110110 1010011 1111 10101 1001000 110010

Color Harmonies of #D96424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96424

Black with #D96424

Text Example


Text Example

White with #D96424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96424; }

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

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

background-color css

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

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

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

border-color css

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

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

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