Html Css Color HEX #D86D16 Chocolate

📋 copy color: '#D86D16'

red 216 ◦ green 109 ◦ blue 22

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

Shades of Chocolate #D86D16

Tints of Chocolate #D86D16

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.41%

 BLUE value IS 22 (8.98% from 255) = 6.34%

R = 62.25%
G = 31.41%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D86D16 (or 0xD86D16) is known color: Chocolate. HEX triplet: D8, 6D and 16. RGB value is (216,109,22). Sum of RGB (Red+Green+Blue) = 216+109+22=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86D16 is #2792E9. Grayscale: #838383. Windows color (decimal): -2593514 or 1469912. OLE color: 1469912.

HSL color Cylindrical-coordinate representation of color #D86D16: hue angle of 26.91º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D86D16 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 109 22 -
CMYK 0 0.50 0.90 0.15
HSL 26.91º 0.82% 0.47% -
HSV(B) 26.91º 0.9% 0.85% -
XYZ 33.93 25.59 3.91 -
YUV 131.08 66.45 188.57 -
System Red Green Blue C M Y K H S L
Decimal 216 109 22 0 0.50 0.90 0.15 26.91 0.82 0.47
Hex D8 6D 16 0 32 5A F 1B 52 2F
Octal 330 155 26 0 62 132 17 33 122 57
Binary 11011000 1101101 10110 0 110010 1011010 1111 11011 1010010 101111

Color Harmonies of #D86D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D16

Black with #D86D16

Text Example


Text Example

White with #D86D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D16; }

 p { color: rgb(216,109,22); }

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

background-color css

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

 a { background-color: rgb(216,109,22); }

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

border-color css

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

 span { border-color: rgb(216,109,22); }

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