Shades of Chocolate #DA6924
Tints of Chocolate #DA6924
RGB
CMYK
RGB Variations
Color information
#DA6924 (or 0xDA6924) is known color: Chocolate. HEX triplet: DA, 69 and 24. RGB value is (218,105,36). Sum of RGB (Red+Green+Blue) = 218+105+36=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6924 is #2596DB. Grayscale: #838383. Windows color (decimal): -2463452 or 2386394. OLE color: 2386394.
HSL color Cylindrical-coordinate representation of color #DA6924: hue angle of 22.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA6924 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 36 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.15 |
| HSL | 22.75º | 0.72% | 0.5% | - |
| HSV(B) | 22.75º | 0.83% | 0.85% | - |
| XYZ | 34.28 | 25.14 | 4.71 | - |
| YUV | 130.92 | 74.44 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 36 | 0 | 0.52 | 0.83 | 0.15 | 22.75 | 0.72 | 0.5 |
| Hex | DA | 69 | 24 | 0 | 34 | 53 | F | 17 | 48 | 32 |
| Octal | 332 | 151 | 44 | 0 | 64 | 123 | 17 | 27 | 110 | 62 |
| Binary | 11011010 | 1101001 | 100100 | 0 | 110100 | 1010011 | 1111 | 10111 | 1001000 | 110010 |
Color Harmonies of #DA6924
Complementary color
Monochromatic Colors of #DA6924
Black with #DA6924
Text Example
Text Example
White with #DA6924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6924; }
p { color: rgb(218,105,36); }
H1.HeaderClassName
{
color: #DA6924;
}
.AnyTagClassName
{
color: #DA6924;
}
</style>
background-color css
<style>
a { background-color: #DA6924; }
a { background-color: rgb(218,105,36); }
div.DivClassName
{
background-color: #DA6924;
}
.BgClassName
{
background-color: #DA6924;
}
</style>
border-color css
<style>
span { border-color: #DA6924; }
span { border-color: rgb(218,105,36); }
td.TdClassName
{
border-color: #DA6924;
}
.TagClassName
{
border-color: #DA6924;
}
</style>