Shades of Chocolate #D06815
Tints of Chocolate #D06815
RGB
CMYK
RGB Variations
Color information
#D06815 (or 0xD06815) is known color: Chocolate. HEX triplet: D0, 68 and 15. RGB value is (208,104,21). Sum of RGB (Red+Green+Blue) = 208+104+21=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D06815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06815 is #2F97EA. Grayscale: #7E7E7E. Windows color (decimal): -3119083 or 1403088. OLE color: 1403088.
HSL color Cylindrical-coordinate representation of color #D06815: hue angle of 26.63º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D06815 is Cyan = 0, Magento = 0.5, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 21 | - |
| CMYK | 0 | 0.5 | 0.90 | 0.18 |
| HSL | 26.63º | 0.82% | 0.45% | - |
| HSV(B) | 26.63º | 0.9% | 0.82% | - |
| XYZ | 31.1 | 23.36 | 3.58 | - |
| YUV | 125.63 | 68.96 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 21 | 0 | 0.5 | 0.90 | 0.18 | 26.63 | 0.82 | 0.45 |
| Hex | D0 | 68 | 15 | 0 | 32 | 5A | 12 | 1B | 52 | 2D |
| Octal | 320 | 150 | 25 | 0 | 62 | 132 | 22 | 33 | 122 | 55 |
| Binary | 11010000 | 1101000 | 10101 | 0 | 110010 | 1011010 | 10010 | 11011 | 1010010 | 101101 |
Color Harmonies of #D06815
Complementary color
Monochromatic Colors of #D06815
Black with #D06815
Text Example
Text Example
White with #D06815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06815; }
p { color: rgb(208,104,21); }
H1.HeaderClassName
{
color: #D06815;
}
.AnyTagClassName
{
color: #D06815;
}
</style>
background-color css
<style>
a { background-color: #D06815; }
a { background-color: rgb(208,104,21); }
div.DivClassName
{
background-color: #D06815;
}
.BgClassName
{
background-color: #D06815;
}
</style>
border-color css
<style>
span { border-color: #D06815; }
span { border-color: rgb(208,104,21); }
td.TdClassName
{
border-color: #D06815;
}
.TagClassName
{
border-color: #D06815;
}
</style>