Shades of Chocolate #D66024
Tints of Chocolate #D66024
RGB
CMYK
RGB Variations
Color information
#D66024 (or 0xD66024) is known color: Chocolate. HEX triplet: D6, 60 and 24. RGB value is (214,96,36). Sum of RGB (Red+Green+Blue) = 214+96+36=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D66024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66024 is #299FDB. Grayscale: #7C7C7C. Windows color (decimal): -2727900 or 2384086. OLE color: 2384086.
HSL color Cylindrical-coordinate representation of color #D66024: hue angle of 20.22º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D66024 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 36 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.16 |
| HSL | 20.22º | 0.71% | 0.49% | - |
| HSV(B) | 20.22º | 0.83% | 0.84% | - |
| XYZ | 32.23 | 22.79 | 4.37 | - |
| YUV | 124.44 | 78.09 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 36 | 0 | 0.55 | 0.83 | 0.16 | 20.22 | 0.71 | 0.49 |
| Hex | D6 | 60 | 24 | 0 | 37 | 53 | 10 | 14 | 47 | 31 |
| Octal | 326 | 140 | 44 | 0 | 67 | 123 | 20 | 24 | 107 | 61 |
| Binary | 11010110 | 1100000 | 100100 | 0 | 110111 | 1010011 | 10000 | 10100 | 1000111 | 110001 |
Color Harmonies of #D66024
Complementary color
Monochromatic Colors of #D66024
Black with #D66024
Text Example
Text Example
White with #D66024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66024; }
p { color: rgb(214,96,36); }
H1.HeaderClassName
{
color: #D66024;
}
.AnyTagClassName
{
color: #D66024;
}
</style>
background-color css
<style>
a { background-color: #D66024; }
a { background-color: rgb(214,96,36); }
div.DivClassName
{
background-color: #D66024;
}
.BgClassName
{
background-color: #D66024;
}
</style>
border-color css
<style>
span { border-color: #D66024; }
span { border-color: rgb(214,96,36); }
td.TdClassName
{
border-color: #D66024;
}
.TagClassName
{
border-color: #D66024;
}
</style>