Shades of Chocolate #D16B0A
Tints of Chocolate #D16B0A
RGB
CMYK
RGB Variations
Color information
#D16B0A (or 0xD16B0A) is known color: Chocolate. HEX triplet: D1, 6B and 0A. RGB value is (209,107,10). Sum of RGB (Red+Green+Blue) = 209+107+10=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16B0A is #2E94F5. Grayscale: #7E7E7E. Windows color (decimal): -3052790 or 682961. OLE color: 682961.
HSL color Cylindrical-coordinate representation of color #D16B0A: hue angle of 29.25º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D16B0A is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 107 | 10 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.18 |
| HSL | 29.25º | 0.91% | 0.43% | - |
| HSV(B) | 29.25º | 0.95% | 0.82% | - |
| XYZ | 31.61 | 24.09 | 3.27 | - |
| YUV | 126.44 | 62.29 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 107 | 10 | 0 | 0.49 | 0.95 | 0.18 | 29.25 | 0.91 | 0.43 |
| Hex | D1 | 6B | A | 0 | 31 | 5F | 12 | 1D | 5B | 2B |
| Octal | 321 | 153 | 12 | 0 | 61 | 137 | 22 | 35 | 133 | 53 |
| Binary | 11010001 | 1101011 | 1010 | 0 | 110001 | 1011111 | 10010 | 11101 | 1011011 | 101011 |
Color Harmonies of #D16B0A
Complementary color
Monochromatic Colors of #D16B0A
Black with #D16B0A
Text Example
Text Example
White with #D16B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16B0A; }
p { color: rgb(209,107,10); }
H1.HeaderClassName
{
color: #D16B0A;
}
.AnyTagClassName
{
color: #D16B0A;
}
</style>
background-color css
<style>
a { background-color: #D16B0A; }
a { background-color: rgb(209,107,10); }
div.DivClassName
{
background-color: #D16B0A;
}
.BgClassName
{
background-color: #D16B0A;
}
</style>
border-color css
<style>
span { border-color: #D16B0A; }
span { border-color: rgb(209,107,10); }
td.TdClassName
{
border-color: #D16B0A;
}
.TagClassName
{
border-color: #D16B0A;
}
</style>