Html Css Color HEX #D96017 Chocolate

📋 copy color: '#D96017'

red 217 ◦ green 96 ◦ blue 23

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

Shades of Chocolate #D96017

Tints of Chocolate #D96017

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

 BLUE value IS 23 (9.38% from 255) = 6.85%

R = 64.58%
G = 28.57%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D96017 (or 0xD96017) is known color: Chocolate. HEX triplet: D9, 60 and 17. RGB value is (217,96,23). Sum of RGB (Red+Green+Blue) = 217+96+23=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D96017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96017 is #269FE8. Grayscale: #7C7C7C. Windows color (decimal): -2531305 or 1532121. OLE color: 1532121.

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

Color convert

RGB 217 96 23 -
CMYK 0 0.56 0.89 0.15
HSL 22.58º 0.81% 0.47% -
HSV(B) 22.58º 0.89% 0.85% -
XYZ 32.95 23.18 3.55 -
YUV 123.86 71.09 194.44 -
System Red Green Blue C M Y K H S L
Decimal 217 96 23 0 0.56 0.89 0.15 22.58 0.81 0.47
Hex D9 60 17 0 38 59 F 17 51 2F
Octal 331 140 27 0 70 131 17 27 121 57
Binary 11011001 1100000 10111 0 111000 1011001 1111 10111 1010001 101111

Color Harmonies of #D96017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96017

Black with #D96017

Text Example


Text Example

White with #D96017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96017; }

 p { color: rgb(217,96,23); }

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

background-color css

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

 a { background-color: rgb(217,96,23); }

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

border-color css

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

 span { border-color: rgb(217,96,23); }

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