Shades of Chocolate #D06B1D
Tints of Chocolate #D06B1D
RGB
CMYK
RGB Variations
Color information
#D06B1D (or 0xD06B1D) is known color: Chocolate. HEX triplet: D0, 6B and 1D. RGB value is (208,107,29). Sum of RGB (Red+Green+Blue) = 208+107+29=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06B1D is #2F94E2. Grayscale: #808080. Windows color (decimal): -3118307 or 1928144. OLE color: 1928144.
HSL color Cylindrical-coordinate representation of color #D06B1D: hue angle of 26.15º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D06B1D is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 107 | 29 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.18 |
| HSL | 26.15º | 0.76% | 0.46% | - |
| HSV(B) | 26.15º | 0.86% | 0.82% | - |
| XYZ | 31.49 | 24.01 | 4.14 | - |
| YUV | 128.31 | 71.96 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 29 | 0 | 0.49 | 0.86 | 0.18 | 26.15 | 0.76 | 0.46 |
| Hex | D0 | 6B | 1D | 0 | 31 | 56 | 12 | 1A | 4C | 2E |
| Octal | 320 | 153 | 35 | 0 | 61 | 126 | 22 | 32 | 114 | 56 |
| Binary | 11010000 | 1101011 | 11101 | 0 | 110001 | 1010110 | 10010 | 11010 | 1001100 | 101110 |
Color Harmonies of #D06B1D
Complementary color
Monochromatic Colors of #D06B1D
Black with #D06B1D
Text Example
Text Example
White with #D06B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06B1D; }
p { color: rgb(208,107,29); }
H1.HeaderClassName
{
color: #D06B1D;
}
.AnyTagClassName
{
color: #D06B1D;
}
</style>
background-color css
<style>
a { background-color: #D06B1D; }
a { background-color: rgb(208,107,29); }
div.DivClassName
{
background-color: #D06B1D;
}
.BgClassName
{
background-color: #D06B1D;
}
</style>
border-color css
<style>
span { border-color: #D06B1D; }
span { border-color: rgb(208,107,29); }
td.TdClassName
{
border-color: #D06B1D;
}
.TagClassName
{
border-color: #D06B1D;
}
</style>