Shades of Chocolate #D06D1E
Tints of Chocolate #D06D1E
RGB
CMYK
RGB Variations
Color information
#D06D1E (or 0xD06D1E) is known color: Chocolate. HEX triplet: D0, 6D and 1E. RGB value is (208,109,30). Sum of RGB (Red+Green+Blue) = 208+109+30=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06D1E is #2F92E1. Grayscale: #828282. Windows color (decimal): -3117794 or 1994192. OLE color: 1994192.
HSL color Cylindrical-coordinate representation of color #D06D1E: hue angle of 26.63º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D06D1E is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 30 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.18 |
| HSL | 26.63º | 0.75% | 0.47% | - |
| HSV(B) | 26.63º | 0.86% | 0.82% | - |
| XYZ | 31.72 | 24.44 | 4.27 | - |
| YUV | 129.6 | 71.8 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 30 | 0 | 0.48 | 0.86 | 0.18 | 26.63 | 0.75 | 0.47 |
| Hex | D0 | 6D | 1E | 0 | 30 | 56 | 12 | 1B | 4B | 2F |
| Octal | 320 | 155 | 36 | 0 | 60 | 126 | 22 | 33 | 113 | 57 |
| Binary | 11010000 | 1101101 | 11110 | 0 | 110000 | 1010110 | 10010 | 11011 | 1001011 | 101111 |
Color Harmonies of #D06D1E
Complementary color
Monochromatic Colors of #D06D1E
Black with #D06D1E
Text Example
Text Example
White with #D06D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D1E; }
p { color: rgb(208,109,30); }
H1.HeaderClassName
{
color: #D06D1E;
}
.AnyTagClassName
{
color: #D06D1E;
}
</style>
background-color css
<style>
a { background-color: #D06D1E; }
a { background-color: rgb(208,109,30); }
div.DivClassName
{
background-color: #D06D1E;
}
.BgClassName
{
background-color: #D06D1E;
}
</style>
border-color css
<style>
span { border-color: #D06D1E; }
span { border-color: rgb(208,109,30); }
td.TdClassName
{
border-color: #D06D1E;
}
.TagClassName
{
border-color: #D06D1E;
}
</style>