Shades of Chocolate #D16F1D
Tints of Chocolate #D16F1D
RGB
CMYK
RGB Variations
Color information
#D16F1D (or 0xD16F1D) is known color: Chocolate. HEX triplet: D1, 6F and 1D. RGB value is (209,111,29). Sum of RGB (Red+Green+Blue) = 209+111+29=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F1D is #2E90E2. Grayscale: #838383. Windows color (decimal): -3051747 or 1929169. OLE color: 1929169.
HSL color Cylindrical-coordinate representation of color #D16F1D: hue angle of 27.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D16F1D is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 29 | - |
| CMYK | 0 | 0.47 | 0.86 | 0.18 |
| HSL | 27.33º | 0.76% | 0.47% | - |
| HSV(B) | 27.33º | 0.86% | 0.82% | - |
| XYZ | 32.2 | 25.01 | 4.29 | - |
| YUV | 130.95 | 70.47 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 29 | 0 | 0.47 | 0.86 | 0.18 | 27.33 | 0.76 | 0.47 |
| Hex | D1 | 6F | 1D | 0 | 2F | 56 | 12 | 1B | 4C | 2F |
| Octal | 321 | 157 | 35 | 0 | 57 | 126 | 22 | 33 | 114 | 57 |
| Binary | 11010001 | 1101111 | 11101 | 0 | 101111 | 1010110 | 10010 | 11011 | 1001100 | 101111 |
Color Harmonies of #D16F1D
Complementary color
Monochromatic Colors of #D16F1D
Black with #D16F1D
Text Example
Text Example
White with #D16F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16F1D; }
p { color: rgb(209,111,29); }
H1.HeaderClassName
{
color: #D16F1D;
}
.AnyTagClassName
{
color: #D16F1D;
}
</style>
background-color css
<style>
a { background-color: #D16F1D; }
a { background-color: rgb(209,111,29); }
div.DivClassName
{
background-color: #D16F1D;
}
.BgClassName
{
background-color: #D16F1D;
}
</style>
border-color css
<style>
span { border-color: #D16F1D; }
span { border-color: rgb(209,111,29); }
td.TdClassName
{
border-color: #D16F1D;
}
.TagClassName
{
border-color: #D16F1D;
}
</style>