#D06B0C

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

Shades of Chocolate #D06B0C

Tints of Chocolate #D06B0C

Color information

#D06B0C (or 0xD06B0C) is unknown color: approx Chocolate. HEX triplet: D0, 6B and 0C. RGB value is (208,107,12). Sum of RGB (Red+Green+Blue) = 208+107+12=327 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.61% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06B0C is #2F94F3. Grayscale: #7E7E7E. Windows color (decimal): -3118324 or 814032. OLE color: 814032.

HSL color Cylindrical-coordinate representation of color #D06B0C: hue angle of 29.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D06B0C is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB20810712-
CMYK00.490.940.18
HSL29.08º89.09%43.14%-
HSV(B)29.08º94.23%81.57%-
XYZ31.3423.953.32-
YUV126.3763.46186.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 63.61%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 12 (5.08% from 255) = 3.67%
R=63.61%
G=32.72%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081071200.490.940.1829.0889.0943.14
HexD06BC0315E121d592b
Octal32015314061136223513153
Binary11010000110101111000110001101111010010111011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06B0C; }

 p { color: rgb(208,107,12); }

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

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

 a { background-color: rgb(208,107,12); }

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

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

 span { border-color: rgb(208,107,12); }

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