Shades of Chocolate #D06916
Tints of Chocolate #D06916
RGB
CMYK
RGB Variations
Color information
#D06916 (or 0xD06916) is known color: Chocolate. HEX triplet: D0, 69 and 16. RGB value is (208,105,22). Sum of RGB (Red+Green+Blue) = 208+105+22=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D06916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06916 is #2F96E9. Grayscale: #7E7E7E. Windows color (decimal): -3118826 or 1468880. OLE color: 1468880.
HSL color Cylindrical-coordinate representation of color #D06916: hue angle of 26.77º 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 #D06916 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 22 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.18 |
| HSL | 26.77º | 0.81% | 0.45% | - |
| HSV(B) | 26.77º | 0.89% | 0.82% | - |
| XYZ | 31.21 | 23.57 | 3.66 | - |
| YUV | 126.34 | 69.12 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 22 | 0 | 0.50 | 0.89 | 0.18 | 26.77 | 0.81 | 0.45 |
| Hex | D0 | 69 | 16 | 0 | 32 | 59 | 12 | 1B | 51 | 2D |
| Octal | 320 | 151 | 26 | 0 | 62 | 131 | 22 | 33 | 121 | 55 |
| Binary | 11010000 | 1101001 | 10110 | 0 | 110010 | 1011001 | 10010 | 11011 | 1010001 | 101101 |
Color Harmonies of #D06916
Complementary color
Monochromatic Colors of #D06916
Black with #D06916
Text Example
Text Example
White with #D06916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06916; }
p { color: rgb(208,105,22); }
H1.HeaderClassName
{
color: #D06916;
}
.AnyTagClassName
{
color: #D06916;
}
</style>
background-color css
<style>
a { background-color: #D06916; }
a { background-color: rgb(208,105,22); }
div.DivClassName
{
background-color: #D06916;
}
.BgClassName
{
background-color: #D06916;
}
</style>
border-color css
<style>
span { border-color: #D06916; }
span { border-color: rgb(208,105,22); }
td.TdClassName
{
border-color: #D06916;
}
.TagClassName
{
border-color: #D06916;
}
</style>