Shades of Chocolate #D16D08
Tints of Chocolate #D16D08
RGB
CMYK
RGB Variations
Color information
#D16D08 (or 0xD16D08) is known color: Chocolate. HEX triplet: D1, 6D and 08. RGB value is (209,109,8). Sum of RGB (Red+Green+Blue) = 209+109+8=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16D08 is #2E92F7. Grayscale: #7F7F7F. Windows color (decimal): -3052280 or 552401. OLE color: 552401.
HSL color Cylindrical-coordinate representation of color #D16D08: hue angle of 30.15º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D16D08 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 8 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.18 |
| HSL | 30.15º | 0.93% | 0.43% | - |
| HSV(B) | 30.15º | 0.96% | 0.82% | - |
| XYZ | 31.81 | 24.51 | 3.28 | - |
| YUV | 127.39 | 60.63 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 8 | 0 | 0.48 | 0.96 | 0.18 | 30.15 | 0.93 | 0.43 |
| Hex | D1 | 6D | 8 | 0 | 30 | 60 | 12 | 1E | 5D | 2B |
| Octal | 321 | 155 | 10 | 0 | 60 | 140 | 22 | 36 | 135 | 53 |
| Binary | 11010001 | 1101101 | 1000 | 0 | 110000 | 1100000 | 10010 | 11110 | 1011101 | 101011 |
Color Harmonies of #D16D08
Complementary color
Monochromatic Colors of #D16D08
Black with #D16D08
Text Example
Text Example
White with #D16D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16D08; }
p { color: rgb(209,109,8); }
H1.HeaderClassName
{
color: #D16D08;
}
.AnyTagClassName
{
color: #D16D08;
}
</style>
background-color css
<style>
a { background-color: #D16D08; }
a { background-color: rgb(209,109,8); }
div.DivClassName
{
background-color: #D16D08;
}
.BgClassName
{
background-color: #D16D08;
}
</style>
border-color css
<style>
span { border-color: #D16D08; }
span { border-color: rgb(209,109,8); }
td.TdClassName
{
border-color: #D16D08;
}
.TagClassName
{
border-color: #D16D08;
}
</style>