Shades of Chocolate #DA6D20
Tints of Chocolate #DA6D20
RGB
CMYK
RGB Variations
Color information
#DA6D20 (or 0xDA6D20) is known color: Chocolate. HEX triplet: DA, 6D and 20. RGB value is (218,109,32). Sum of RGB (Red+Green+Blue) = 218+109+32=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6D20 is #2592DF. Grayscale: #858585. Windows color (decimal): -2462432 or 2125274. OLE color: 2125274.
HSL color Cylindrical-coordinate representation of color #DA6D20: hue angle of 24.84º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA6D20 is Cyan = 0, Magento = 0.5, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 32 | - |
| CMYK | 0 | 0.5 | 0.85 | 0.15 |
| HSL | 24.84º | 0.74% | 0.49% | - |
| HSV(B) | 24.84º | 0.85% | 0.85% | - |
| XYZ | 34.64 | 25.95 | 4.55 | - |
| YUV | 132.81 | 71.11 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 32 | 0 | 0.5 | 0.85 | 0.15 | 24.84 | 0.74 | 0.49 |
| Hex | DA | 6D | 20 | 0 | 32 | 55 | F | 19 | 4A | 31 |
| Octal | 332 | 155 | 40 | 0 | 62 | 125 | 17 | 31 | 112 | 61 |
| Binary | 11011010 | 1101101 | 100000 | 0 | 110010 | 1010101 | 1111 | 11001 | 1001010 | 110001 |
Color Harmonies of #DA6D20
Complementary color
Monochromatic Colors of #DA6D20
Black with #DA6D20
Text Example
Text Example
White with #DA6D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6D20; }
p { color: rgb(218,109,32); }
H1.HeaderClassName
{
color: #DA6D20;
}
.AnyTagClassName
{
color: #DA6D20;
}
</style>
background-color css
<style>
a { background-color: #DA6D20; }
a { background-color: rgb(218,109,32); }
div.DivClassName
{
background-color: #DA6D20;
}
.BgClassName
{
background-color: #DA6D20;
}
</style>
border-color css
<style>
span { border-color: #DA6D20; }
span { border-color: rgb(218,109,32); }
td.TdClassName
{
border-color: #DA6D20;
}
.TagClassName
{
border-color: #DA6D20;
}
</style>