Shades of Chocolate #D66A1D
Tints of Chocolate #D66A1D
RGB
CMYK
RGB Variations
Color information
#D66A1D (or 0xD66A1D) is known color: Chocolate. HEX triplet: D6, 6A and 1D. RGB value is (214,106,29). Sum of RGB (Red+Green+Blue) = 214+106+29=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A1D is #2995E2. Grayscale: #818181. Windows color (decimal): -2725347 or 1927894. OLE color: 1927894.
HSL color Cylindrical-coordinate representation of color #D66A1D: hue angle of 24.97º 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 #D66A1D is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 106 | 29 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.16 |
| HSL | 24.97º | 0.76% | 0.48% | - |
| HSV(B) | 24.97º | 0.86% | 0.84% | - |
| XYZ | 33.11 | 24.69 | 4.18 | - |
| YUV | 129.51 | 71.28 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 29 | 0 | 0.50 | 0.86 | 0.16 | 24.97 | 0.76 | 0.48 |
| Hex | D6 | 6A | 1D | 0 | 32 | 56 | 10 | 19 | 4C | 30 |
| Octal | 326 | 152 | 35 | 0 | 62 | 126 | 20 | 31 | 114 | 60 |
| Binary | 11010110 | 1101010 | 11101 | 0 | 110010 | 1010110 | 10000 | 11001 | 1001100 | 110000 |
Color Harmonies of #D66A1D
Complementary color
Monochromatic Colors of #D66A1D
Black with #D66A1D
Text Example
Text Example
White with #D66A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66A1D; }
p { color: rgb(214,106,29); }
H1.HeaderClassName
{
color: #D66A1D;
}
.AnyTagClassName
{
color: #D66A1D;
}
</style>
background-color css
<style>
a { background-color: #D66A1D; }
a { background-color: rgb(214,106,29); }
div.DivClassName
{
background-color: #D66A1D;
}
.BgClassName
{
background-color: #D66A1D;
}
</style>
border-color css
<style>
span { border-color: #D66A1D; }
span { border-color: rgb(214,106,29); }
td.TdClassName
{
border-color: #D66A1D;
}
.TagClassName
{
border-color: #D66A1D;
}
</style>