Html Css Color HEX #D96817 Chocolate

📋 copy color: '#D96817'

red 217 ◦ green 104 ◦ blue 23

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

Shades of Chocolate #D96817

Tints of Chocolate #D96817

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.23%

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

R = 63.08%
G = 30.23%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D96817 (or 0xD96817) is known color: Chocolate. HEX triplet: D9, 68 and 17. RGB value is (217,104,23). Sum of RGB (Red+Green+Blue) = 217+104+23=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 23 (9.38% from 255 or 6.69% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D96817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96817 is #2697E8. Grayscale: #808080. Windows color (decimal): -2529257 or 1534169. OLE color: 1534169.

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

Color convert

RGB 217 104 23 -
CMYK 0 0.52 0.89 0.15
HSL 25.05º 0.81% 0.47% -
HSV(B) 25.05º 0.89% 0.85% -
XYZ 33.72 24.71 3.8 -
YUV 128.55 68.44 191.09 -
System Red Green Blue C M Y K H S L
Decimal 217 104 23 0 0.52 0.89 0.15 25.05 0.81 0.47
Hex D9 68 17 0 34 59 F 19 51 2F
Octal 331 150 27 0 64 131 17 31 121 57
Binary 11011001 1101000 10111 0 110100 1011001 1111 11001 1010001 101111

Color Harmonies of #D96817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96817

Black with #D96817

Text Example


Text Example

White with #D96817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96817; }

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

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

background-color css

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

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

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

border-color css

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

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

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