Html Css Color HEX #D96217 Chocolate

📋 copy color: '#D96217'

red 217 ◦ green 98 ◦ blue 23

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

Shades of Chocolate #D96217

Tints of Chocolate #D96217

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

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

R = 64.2%
G = 28.99%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D96217 (or 0xD96217) is known color: Chocolate. HEX triplet: D9, 62 and 17. RGB value is (217,98,23). Sum of RGB (Red+Green+Blue) = 217+98+23=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D96217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96217 is #269DE8. Grayscale: #7D7D7D. Windows color (decimal): -2530793 or 1532633. OLE color: 1532633.

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

Color convert

RGB 217 98 23 -
CMYK 0 0.55 0.89 0.15
HSL 23.2º 0.81% 0.47% -
HSV(B) 23.2º 0.89% 0.85% -
XYZ 33.14 23.55 3.61 -
YUV 125.03 70.42 193.6 -
System Red Green Blue C M Y K H S L
Decimal 217 98 23 0 0.55 0.89 0.15 23.2 0.81 0.47
Hex D9 62 17 0 37 59 F 17 51 2F
Octal 331 142 27 0 67 131 17 27 121 57
Binary 11011001 1100010 10111 0 110111 1011001 1111 10111 1010001 101111

Color Harmonies of #D96217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96217

Black with #D96217

Text Example


Text Example

White with #D96217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96217; }

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

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

background-color css

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

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

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

border-color css

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

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

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