Html Css Color HEX #D86117 Chocolate

📋 copy color: '#D86117'

red 216 ◦ green 97 ◦ blue 23

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

Shades of Chocolate #D86117

Tints of Chocolate #D86117

RGB

 RED value IS 216 (84.77% from 255) = 64.29%

 GREEN value IS 97 (38.28% from 255) = 28.87%

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

R = 64.29%
G = 28.87%
B = 6.85%

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

#D86117 (or 0xD86117) is known color: Chocolate. HEX triplet: D8, 61 and 17. RGB value is (216,97,23). Sum of RGB (Red+Green+Blue) = 216+97+23=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D86117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86117 is #279EE8. Grayscale: #7C7C7C. Windows color (decimal): -2596585 or 1532376. OLE color: 1532376.

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

Color convert

RGB 216 97 23 -
CMYK 0 0.55 0.89 0.15
HSL 23.01º 0.81% 0.47% -
HSV(B) 23.01º 0.89% 0.85% -
XYZ 32.75 23.21 3.56 -
YUV 124.15 70.92 193.52 -
System Red Green Blue C M Y K H S L
Decimal 216 97 23 0 0.55 0.89 0.15 23.01 0.81 0.47
Hex D8 61 17 0 37 59 F 17 51 2F
Octal 330 141 27 0 67 131 17 27 121 57
Binary 11011000 1100001 10111 0 110111 1011001 1111 10111 1010001 101111

Color Harmonies of #D86117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86117

Black with #D86117

Text Example


Text Example

White with #D86117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86117; }

 p { color: rgb(216,97,23); }

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

background-color css

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

 a { background-color: rgb(216,97,23); }

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

border-color css

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

 span { border-color: rgb(216,97,23); }

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