Html Css Color HEX #D96120 Chocolate

📋 copy color: '#D96120'

red 217 ◦ green 97 ◦ blue 32

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

Shades of Chocolate #D96120

Tints of Chocolate #D96120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.03%

 BLUE value IS 32 (12.89% from 255) = 9.25%

R = 62.72%
G = 28.03%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D96120 (or 0xD96120) is known color: Chocolate. HEX triplet: D9, 61 and 20. RGB value is (217,97,32). Sum of RGB (Red+Green+Blue) = 217+97+32=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D96120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96120 is #269EDF. Grayscale: #7D7D7D. Windows color (decimal): -2531040 or 2122201. OLE color: 2122201.

HSL color Cylindrical-coordinate representation of color #D96120: hue angle of 21.08º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D96120 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 32 -
CMYK 0 0.55 0.85 0.15
HSL 21.08º 0.74% 0.49% -
HSV(B) 21.08º 0.85% 0.85% -
XYZ 33.15 23.41 4.14 -
YUV 125.47 75.26 193.29 -
System Red Green Blue C M Y K H S L
Decimal 217 97 32 0 0.55 0.85 0.15 21.08 0.74 0.49
Hex D9 61 20 0 37 55 F 15 4A 31
Octal 331 141 40 0 67 125 17 25 112 61
Binary 11011001 1100001 100000 0 110111 1010101 1111 10101 1001010 110001

Color Harmonies of #D96120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96120

Black with #D96120

Text Example


Text Example

White with #D96120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96120; }

 p { color: rgb(217,97,32); }

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

background-color css

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

 a { background-color: rgb(217,97,32); }

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

border-color css

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

 span { border-color: rgb(217,97,32); }

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