Shades of Chocolate #D66D1D
Tints of Chocolate #D66D1D
RGB
CMYK
RGB Variations
Color information
#D66D1D (or 0xD66D1D) is known color: Chocolate. HEX triplet: D6, 6D and 1D. RGB value is (214,109,29). Sum of RGB (Red+Green+Blue) = 214+109+29=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66D1D is #2992E2. Grayscale: #838383. Windows color (decimal): -2724579 or 1928662. OLE color: 1928662.
HSL color Cylindrical-coordinate representation of color #D66D1D: hue angle of 25.95º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D66D1D is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 29 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.16 |
| HSL | 25.95º | 0.76% | 0.48% | - |
| HSV(B) | 25.95º | 0.86% | 0.84% | - |
| XYZ | 33.42 | 25.32 | 4.29 | - |
| YUV | 131.28 | 70.29 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 29 | 0 | 0.49 | 0.86 | 0.16 | 25.95 | 0.76 | 0.48 |
| Hex | D6 | 6D | 1D | 0 | 31 | 56 | 10 | 1A | 4C | 30 |
| Octal | 326 | 155 | 35 | 0 | 61 | 126 | 20 | 32 | 114 | 60 |
| Binary | 11010110 | 1101101 | 11101 | 0 | 110001 | 1010110 | 10000 | 11010 | 1001100 | 110000 |
Color Harmonies of #D66D1D
Complementary color
Monochromatic Colors of #D66D1D
Black with #D66D1D
Text Example
Text Example
White with #D66D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66D1D; }
p { color: rgb(214,109,29); }
H1.HeaderClassName
{
color: #D66D1D;
}
.AnyTagClassName
{
color: #D66D1D;
}
</style>
background-color css
<style>
a { background-color: #D66D1D; }
a { background-color: rgb(214,109,29); }
div.DivClassName
{
background-color: #D66D1D;
}
.BgClassName
{
background-color: #D66D1D;
}
</style>
border-color css
<style>
span { border-color: #D66D1D; }
span { border-color: rgb(214,109,29); }
td.TdClassName
{
border-color: #D66D1D;
}
.TagClassName
{
border-color: #D66D1D;
}
</style>