Shades of Chocolate #D07016
Tints of Chocolate #D07016
RGB
CMYK
RGB Variations
Color information
#D07016 (or 0xD07016) is known color: Chocolate. HEX triplet: D0, 70 and 16. RGB value is (208,112,22). Sum of RGB (Red+Green+Blue) = 208+112+22=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D07016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07016 is #2F8FE9. Grayscale: #828282. Windows color (decimal): -3117034 or 1470672. OLE color: 1470672.
HSL color Cylindrical-coordinate representation of color #D07016: hue angle of 29.03º 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 #D07016 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 22 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.18 |
| HSL | 29.03º | 0.81% | 0.45% | - |
| HSV(B) | 29.03º | 0.89% | 0.82% | - |
| XYZ | 31.95 | 25.06 | 3.91 | - |
| YUV | 130.44 | 66.8 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 22 | 0 | 0.46 | 0.89 | 0.18 | 29.03 | 0.81 | 0.45 |
| Hex | D0 | 70 | 16 | 0 | 2E | 59 | 12 | 1D | 51 | 2D |
| Octal | 320 | 160 | 26 | 0 | 56 | 131 | 22 | 35 | 121 | 55 |
| Binary | 11010000 | 1110000 | 10110 | 0 | 101110 | 1011001 | 10010 | 11101 | 1010001 | 101101 |
Color Harmonies of #D07016
Complementary color
Monochromatic Colors of #D07016
Black with #D07016
Text Example
Text Example
White with #D07016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07016; }
p { color: rgb(208,112,22); }
H1.HeaderClassName
{
color: #D07016;
}
.AnyTagClassName
{
color: #D07016;
}
</style>
background-color css
<style>
a { background-color: #D07016; }
a { background-color: rgb(208,112,22); }
div.DivClassName
{
background-color: #D07016;
}
.BgClassName
{
background-color: #D07016;
}
</style>
border-color css
<style>
span { border-color: #D07016; }
span { border-color: rgb(208,112,22); }
td.TdClassName
{
border-color: #D07016;
}
.TagClassName
{
border-color: #D07016;
}
</style>