Html Css Color HEX #D96617 Chocolate

📋 copy color: '#D96617'

red 217 ◦ green 102 ◦ blue 23

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

Shades of Chocolate #D96617

Tints of Chocolate #D96617

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

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

R = 63.45%
G = 29.82%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D96617 (or 0xD96617) is known color: Chocolate. HEX triplet: D9, 66 and 17. RGB value is (217,102,23). Sum of RGB (Red+Green+Blue) = 217+102+23=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D96617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96617 is #2699E8. Grayscale: #7F7F7F. Windows color (decimal): -2529769 or 1533657. OLE color: 1533657.

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

Color convert

RGB 217 102 23 -
CMYK 0 0.53 0.89 0.15
HSL 24.43º 0.81% 0.47% -
HSV(B) 24.43º 0.89% 0.85% -
XYZ 33.52 24.32 3.74 -
YUV 127.38 69.1 191.92 -
System Red Green Blue C M Y K H S L
Decimal 217 102 23 0 0.53 0.89 0.15 24.43 0.81 0.47
Hex D9 66 17 0 35 59 F 18 51 2F
Octal 331 146 27 0 65 131 17 30 121 57
Binary 11011001 1100110 10111 0 110101 1011001 1111 11000 1010001 101111

Color Harmonies of #D96617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96617

Black with #D96617

Text Example


Text Example

White with #D96617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96617; }

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

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

background-color css

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

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

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

border-color css

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

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

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