#D06A16

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

Shades of Chocolate #D06A16

Tints of Chocolate #D06A16

Color information

#D06A16 (or 0xD06A16) is unknown color: approx Chocolate. HEX triplet: D0, 6A and 16. RGB value is (208,106,22). Sum of RGB (Red+Green+Blue) = 208+106+22=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06A16 is #2F95E9. Grayscale: #7F7F7F. Windows color (decimal): -3118570 or 1469136. OLE color: 1469136.

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

Color convert

RGB20810622-
CMYK00.490.890.18
HSL27.1º80.87%45.1%-
HSV(B)27.1º89.42%81.57%-
XYZ31.3123.783.7-
YUV126.9268.79185.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.90%
GREEN value IS 106 (41.80% from 255) = 31.55%
BLUE value IS 22 (8.98% from 255) = 6.55%
R=61.90%
G=31.55%
B=6.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081062200.490.890.1827.180.8745.1
HexD06A1603159121b512d
Octal32015226061131223312155
Binary110100001101010101100110001101100110010110111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06A16; }

 p { color: rgb(208,106,22); }

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

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

 a { background-color: rgb(208,106,22); }

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

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

 span { border-color: rgb(208,106,22); }

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