Shades of Chocolate #D66A1E
Tints of Chocolate #D66A1E
RGB
CMYK
RGB Variations
Color information
#D66A1E (or 0xD66A1E) is known color: Chocolate. HEX triplet: D6, 6A and 1E. RGB value is (214,106,30). Sum of RGB (Red+Green+Blue) = 214+106+30=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66A1E is #2995E1. Grayscale: #828282. Windows color (decimal): -2725346 or 1993430. OLE color: 1993430.
HSL color Cylindrical-coordinate representation of color #D66A1E: hue angle of 24.78º degrees, saturation: 0.75, 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 #D66A1E is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 106 | 30 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.16 |
| HSL | 24.78º | 0.75% | 0.48% | - |
| HSV(B) | 24.78º | 0.86% | 0.84% | - |
| XYZ | 33.12 | 24.7 | 4.25 | - |
| YUV | 129.63 | 71.78 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 30 | 0 | 0.50 | 0.86 | 0.16 | 24.78 | 0.75 | 0.48 |
| Hex | D6 | 6A | 1E | 0 | 32 | 56 | 10 | 19 | 4B | 30 |
| Octal | 326 | 152 | 36 | 0 | 62 | 126 | 20 | 31 | 113 | 60 |
| Binary | 11010110 | 1101010 | 11110 | 0 | 110010 | 1010110 | 10000 | 11001 | 1001011 | 110000 |
Color Harmonies of #D66A1E
Complementary color
Monochromatic Colors of #D66A1E
Black with #D66A1E
Text Example
Text Example
White with #D66A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66A1E; }
p { color: rgb(214,106,30); }
H1.HeaderClassName
{
color: #D66A1E;
}
.AnyTagClassName
{
color: #D66A1E;
}
</style>
background-color css
<style>
a { background-color: #D66A1E; }
a { background-color: rgb(214,106,30); }
div.DivClassName
{
background-color: #D66A1E;
}
.BgClassName
{
background-color: #D66A1E;
}
</style>
border-color css
<style>
span { border-color: #D66A1E; }
span { border-color: rgb(214,106,30); }
td.TdClassName
{
border-color: #D66A1E;
}
.TagClassName
{
border-color: #D66A1E;
}
</style>