Html Css Color HEX #D96417 Chocolate

📋 copy color: '#D96417'

red 217 ◦ green 100 ◦ blue 23

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

Shades of Chocolate #D96417

Tints of Chocolate #D96417

RGB

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

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

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

R = 63.82%
G = 29.41%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D96417 (or 0xD96417) is known color: Chocolate. HEX triplet: D9, 64 and 17. RGB value is (217,100,23). Sum of RGB (Red+Green+Blue) = 217+100+23=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D96417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96417 is #269BE8. Grayscale: #7E7E7E. Windows color (decimal): -2530281 or 1533145. OLE color: 1533145.

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

Color convert

RGB 217 100 23 -
CMYK 0 0.54 0.89 0.15
HSL 23.81º 0.81% 0.47% -
HSV(B) 23.81º 0.89% 0.85% -
XYZ 33.33 23.93 3.67 -
YUV 126.21 69.76 192.76 -
System Red Green Blue C M Y K H S L
Decimal 217 100 23 0 0.54 0.89 0.15 23.81 0.81 0.47
Hex D9 64 17 0 36 59 F 18 51 2F
Octal 331 144 27 0 66 131 17 30 121 57
Binary 11011001 1100100 10111 0 110110 1011001 1111 11000 1010001 101111

Color Harmonies of #D96417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96417

Black with #D96417

Text Example


Text Example

White with #D96417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96417; }

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

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

background-color css

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

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

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

border-color css

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

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

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