Shades of Chocolate #D66924
Tints of Chocolate #D66924
RGB
CMYK
RGB Variations
Color information
#D66924 (or 0xD66924) is known color: Chocolate. HEX triplet: D6, 69 and 24. RGB value is (214,105,36). Sum of RGB (Red+Green+Blue) = 214+105+36=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 36 (14.45% from 255 or 10.14% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D66924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66924 is #2996DB. Grayscale: #828282. Windows color (decimal): -2725596 or 2386390. OLE color: 2386390.
HSL color Cylindrical-coordinate representation of color #D66924: hue angle of 23.26º 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 #D66924 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 36 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.16 |
| HSL | 23.26º | 0.71% | 0.49% | - |
| HSV(B) | 23.26º | 0.83% | 0.84% | - |
| XYZ | 33.1 | 24.53 | 4.66 | - |
| YUV | 129.73 | 75.11 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 36 | 0 | 0.51 | 0.83 | 0.16 | 23.26 | 0.71 | 0.49 |
| Hex | D6 | 69 | 24 | 0 | 33 | 53 | 10 | 17 | 47 | 31 |
| Octal | 326 | 151 | 44 | 0 | 63 | 123 | 20 | 27 | 107 | 61 |
| Binary | 11010110 | 1101001 | 100100 | 0 | 110011 | 1010011 | 10000 | 10111 | 1000111 | 110001 |
Color Harmonies of #D66924
Complementary color
Monochromatic Colors of #D66924
Black with #D66924
Text Example
Text Example
White with #D66924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66924; }
p { color: rgb(214,105,36); }
H1.HeaderClassName
{
color: #D66924;
}
.AnyTagClassName
{
color: #D66924;
}
</style>
background-color css
<style>
a { background-color: #D66924; }
a { background-color: rgb(214,105,36); }
div.DivClassName
{
background-color: #D66924;
}
.BgClassName
{
background-color: #D66924;
}
</style>
border-color css
<style>
span { border-color: #D66924; }
span { border-color: rgb(214,105,36); }
td.TdClassName
{
border-color: #D66924;
}
.TagClassName
{
border-color: #D66924;
}
</style>