Shades of Chocolate #D06819
Tints of Chocolate #D06819
RGB
CMYK
RGB Variations
Color information
#D06819 (or 0xD06819) is known color: Chocolate. HEX triplet: D0, 68 and 19. RGB value is (208,104,25). Sum of RGB (Red+Green+Blue) = 208+104+25=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D06819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06819 is #2F97E6. Grayscale: #7E7E7E. Windows color (decimal): -3119079 or 1665232. OLE color: 1665232.
HSL color Cylindrical-coordinate representation of color #D06819: hue angle of 25.9º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D06819 is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 25 | - |
| CMYK | 0 | 0.5 | 0.88 | 0.18 |
| HSL | 25.9º | 0.79% | 0.46% | - |
| HSV(B) | 25.9º | 0.88% | 0.82% | - |
| XYZ | 31.14 | 23.38 | 3.79 | - |
| YUV | 126.09 | 70.96 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 25 | 0 | 0.5 | 0.88 | 0.18 | 25.9 | 0.79 | 0.46 |
| Hex | D0 | 68 | 19 | 0 | 32 | 58 | 12 | 1A | 4F | 2E |
| Octal | 320 | 150 | 31 | 0 | 62 | 130 | 22 | 32 | 117 | 56 |
| Binary | 11010000 | 1101000 | 11001 | 0 | 110010 | 1011000 | 10010 | 11010 | 1001111 | 101110 |
Color Harmonies of #D06819
Complementary color
Monochromatic Colors of #D06819
Black with #D06819
Text Example
Text Example
White with #D06819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06819; }
p { color: rgb(208,104,25); }
H1.HeaderClassName
{
color: #D06819;
}
.AnyTagClassName
{
color: #D06819;
}
</style>
background-color css
<style>
a { background-color: #D06819; }
a { background-color: rgb(208,104,25); }
div.DivClassName
{
background-color: #D06819;
}
.BgClassName
{
background-color: #D06819;
}
</style>
border-color css
<style>
span { border-color: #D06819; }
span { border-color: rgb(208,104,25); }
td.TdClassName
{
border-color: #D06819;
}
.TagClassName
{
border-color: #D06819;
}
</style>