Html Css Color HEX #D96717 Chocolate

📋 copy color: '#D96717'

red 217 ◦ green 103 ◦ blue 23

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

Shades of Chocolate #D96717

Tints of Chocolate #D96717

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

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

R = 63.27%
G = 30.03%
B = 6.71%

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

#D96717 (or 0xD96717) is known color: Chocolate. HEX triplet: D9, 67 and 17. RGB value is (217,103,23). Sum of RGB (Red+Green+Blue) = 217+103+23=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D96717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96717 is #2698E8. Grayscale: #808080. Windows color (decimal): -2529513 or 1533913. OLE color: 1533913.

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

Color convert

RGB 217 103 23 -
CMYK 0 0.53 0.89 0.15
HSL 24.74º 0.81% 0.47% -
HSV(B) 24.74º 0.89% 0.85% -
XYZ 33.62 24.51 3.77 -
YUV 127.97 68.77 191.5 -
System Red Green Blue C M Y K H S L
Decimal 217 103 23 0 0.53 0.89 0.15 24.74 0.81 0.47
Hex D9 67 17 0 35 59 F 19 51 2F
Octal 331 147 27 0 65 131 17 31 121 57
Binary 11011001 1100111 10111 0 110101 1011001 1111 11001 1010001 101111

Color Harmonies of #D96717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96717

Black with #D96717

Text Example


Text Example

White with #D96717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96717; }

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

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

background-color css

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

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

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

border-color css

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

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

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