Shades of Chocolate #D66D23
Tints of Chocolate #D66D23
RGB
CMYK
RGB Variations
Color information
#D66D23 (or 0xD66D23) is known color: Chocolate. HEX triplet: D6, 6D and 23. RGB value is (214,109,35). Sum of RGB (Red+Green+Blue) = 214+109+35=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 35 (14.06% from 255 or 9.78% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66D23 is #2992DC. Grayscale: #848484. Windows color (decimal): -2724573 or 2321878. OLE color: 2321878.
HSL color Cylindrical-coordinate representation of color #D66D23: hue angle of 24.8º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D66D23 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 35 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.16 |
| HSL | 24.8º | 0.72% | 0.49% | - |
| HSV(B) | 24.8º | 0.84% | 0.84% | - |
| XYZ | 33.5 | 25.35 | 4.72 | - |
| YUV | 131.96 | 73.29 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 35 | 0 | 0.49 | 0.84 | 0.16 | 24.8 | 0.72 | 0.49 |
| Hex | D6 | 6D | 23 | 0 | 31 | 54 | 10 | 19 | 48 | 31 |
| Octal | 326 | 155 | 43 | 0 | 61 | 124 | 20 | 31 | 110 | 61 |
| Binary | 11010110 | 1101101 | 100011 | 0 | 110001 | 1010100 | 10000 | 11001 | 1001000 | 110001 |
Color Harmonies of #D66D23
Complementary color
Monochromatic Colors of #D66D23
Black with #D66D23
Text Example
Text Example
White with #D66D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66D23; }
p { color: rgb(214,109,35); }
H1.HeaderClassName
{
color: #D66D23;
}
.AnyTagClassName
{
color: #D66D23;
}
</style>
background-color css
<style>
a { background-color: #D66D23; }
a { background-color: rgb(214,109,35); }
div.DivClassName
{
background-color: #D66D23;
}
.BgClassName
{
background-color: #D66D23;
}
</style>
border-color css
<style>
span { border-color: #D66D23; }
span { border-color: rgb(214,109,35); }
td.TdClassName
{
border-color: #D66D23;
}
.TagClassName
{
border-color: #D66D23;
}
</style>