Shades of Chocolate #D66223
Tints of Chocolate #D66223
RGB
CMYK
RGB Variations
Color information
#D66223 (or 0xD66223) is known color: Chocolate. HEX triplet: D6, 62 and 23. RGB value is (214,98,35). Sum of RGB (Red+Green+Blue) = 214+98+35=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D66223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66223 is #299DDC. Grayscale: #7D7D7D. Windows color (decimal): -2727389 or 2319062. OLE color: 2319062.
HSL color Cylindrical-coordinate representation of color #D66223: hue angle of 21.12º 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 #D66223 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 35 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.16 |
| HSL | 21.12º | 0.72% | 0.49% | - |
| HSV(B) | 21.12º | 0.84% | 0.84% | - |
| XYZ | 32.4 | 23.15 | 4.35 | - |
| YUV | 125.5 | 76.93 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 35 | 0 | 0.54 | 0.84 | 0.16 | 21.12 | 0.72 | 0.49 |
| Hex | D6 | 62 | 23 | 0 | 36 | 54 | 10 | 15 | 48 | 31 |
| Octal | 326 | 142 | 43 | 0 | 66 | 124 | 20 | 25 | 110 | 61 |
| Binary | 11010110 | 1100010 | 100011 | 0 | 110110 | 1010100 | 10000 | 10101 | 1001000 | 110001 |
Color Harmonies of #D66223
Complementary color
Monochromatic Colors of #D66223
Black with #D66223
Text Example
Text Example
White with #D66223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66223; }
p { color: rgb(214,98,35); }
H1.HeaderClassName
{
color: #D66223;
}
.AnyTagClassName
{
color: #D66223;
}
</style>
background-color css
<style>
a { background-color: #D66223; }
a { background-color: rgb(214,98,35); }
div.DivClassName
{
background-color: #D66223;
}
.BgClassName
{
background-color: #D66223;
}
</style>
border-color css
<style>
span { border-color: #D66223; }
span { border-color: rgb(214,98,35); }
td.TdClassName
{
border-color: #D66223;
}
.TagClassName
{
border-color: #D66223;
}
</style>