Html Css Color HEX #D96317 Chocolate

📋 copy color: '#D96317'

red 217 ◦ green 99 ◦ blue 23

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

Shades of Chocolate #D96317

Tints of Chocolate #D96317

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.2%

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

R = 64.01%
G = 29.2%
B = 6.78%

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

#D96317 (or 0xD96317) is known color: Chocolate. HEX triplet: D9, 63 and 17. RGB value is (217,99,23). Sum of RGB (Red+Green+Blue) = 217+99+23=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D96317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96317 is #269CE8. Grayscale: #7E7E7E. Windows color (decimal): -2530537 or 1532889. OLE color: 1532889.

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

Color convert

RGB 217 99 23 -
CMYK 0 0.54 0.89 0.15
HSL 23.51º 0.81% 0.47% -
HSV(B) 23.51º 0.89% 0.85% -
XYZ 33.23 23.74 3.64 -
YUV 125.62 70.09 193.18 -
System Red Green Blue C M Y K H S L
Decimal 217 99 23 0 0.54 0.89 0.15 23.51 0.81 0.47
Hex D9 63 17 0 36 59 F 18 51 2F
Octal 331 143 27 0 66 131 17 30 121 57
Binary 11011001 1100011 10111 0 110110 1011001 1111 11000 1010001 101111

Color Harmonies of #D96317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96317

Black with #D96317

Text Example


Text Example

White with #D96317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96317; }

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

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

background-color css

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

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

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

border-color css

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

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

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