Html Css Color HEX #D96A24 Chocolate

📋 copy color: '#D96A24'

red 217 ◦ green 106 ◦ blue 36

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

Shades of Chocolate #D96A24

Tints of Chocolate #D96A24

RGB

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

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

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

R = 60.45%
G = 29.53%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D96A24 (or 0xD96A24) is known color: Chocolate. HEX triplet: D9, 6A and 24. RGB value is (217,106,36). Sum of RGB (Red+Green+Blue) = 217+106+36=359 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.45% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96A24 is #2695DB. Grayscale: #838383. Windows color (decimal): -2528732 or 2386649. OLE color: 2386649.

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

Color convert

RGB 217 106 36 -
CMYK 0 0.51 0.83 0.15
HSL 23.2º 0.72% 0.5% -
HSV(B) 23.2º 0.83% 0.85% -
XYZ 34.09 25.19 4.73 -
YUV 131.21 74.27 189.19 -
System Red Green Blue C M Y K H S L
Decimal 217 106 36 0 0.51 0.83 0.15 23.2 0.72 0.5
Hex D9 6A 24 0 33 53 F 17 48 32
Octal 331 152 44 0 63 123 17 27 110 62
Binary 11011001 1101010 100100 0 110011 1010011 1111 10111 1001000 110010

Color Harmonies of #D96A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96A24

Black with #D96A24

Text Example


Text Example

White with #D96A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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