Html Css Color HEX #D96C17 Chocolate

📋 copy color: '#D96C17'

red 217 ◦ green 108 ◦ blue 23

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

Shades of Chocolate #D96C17

Tints of Chocolate #D96C17

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

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

R = 62.36%
G = 31.03%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D96C17 (or 0xD96C17) is known color: Chocolate. HEX triplet: D9, 6C and 17. RGB value is (217,108,23). Sum of RGB (Red+Green+Blue) = 217+108+23=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D96C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96C17 is #2693E8. Grayscale: #838383. Windows color (decimal): -2528233 or 1535193. OLE color: 1535193.

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

Color convert

RGB 217 108 23 -
CMYK 0 0.50 0.89 0.15
HSL 26.29º 0.81% 0.47% -
HSV(B) 26.29º 0.89% 0.85% -
XYZ 34.13 25.54 3.94 -
YUV 130.9 67.11 189.41 -
System Red Green Blue C M Y K H S L
Decimal 217 108 23 0 0.50 0.89 0.15 26.29 0.81 0.47
Hex D9 6C 17 0 32 59 F 1A 51 2F
Octal 331 154 27 0 62 131 17 32 121 57
Binary 11011001 1101100 10111 0 110010 1011001 1111 11010 1010001 101111

Color Harmonies of #D96C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96C17

Black with #D96C17

Text Example


Text Example

White with #D96C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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