#D86C0C

Color #D86C0C Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D86C0C

Tints of Chocolate #D86C0C

Color information

#D86C0C (or 0xD86C0C) is unknown color: approx Chocolate. HEX triplet: D8, 6C and 0C. RGB value is (216,108,12). Sum of RGB (Red+Green+Blue) = 216+108+12=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86C0C is #2793F3. Grayscale: #818181. Windows color (decimal): -2593780 or 814296. OLE color: 814296.

HSL color Cylindrical-coordinate representation of color #D86C0C: hue angle of 28.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D86C0C is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB21610812-
CMYK00.500.940.15
HSL28.24º89.47%44.71%-
HSV(B)28.24º94.44%84.71%-
XYZ33.7525.353.46-
YUV129.3561.78189.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 64.29%
GREEN value IS 108 (42.58% from 255) = 32.14%
BLUE value IS 12 (5.08% from 255) = 3.57%
R=64.29%
G=32.14%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161081200.500.940.1528.2489.4744.71
HexD86CC0325EF1c592d
Octal33015414062136173413155
Binary1101100011011001100011001010111101111111001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86C0C; }

 p { color: rgb(216,108,12); }

 H1.HeaderClassName
 {
   color: #D86C0C;
 }
 .AnyTagClassName
 {
   color: #D86C0C;
 }
</style>
background-color css

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

 a { background-color: rgb(216,108,12); }

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

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

 span { border-color: rgb(216,108,12); }

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