Shades of Chocolate #DA6820
Tints of Chocolate #DA6820
RGB
CMYK
RGB Variations
Color information
#DA6820 (or 0xDA6820) is known color: Chocolate. HEX triplet: DA, 68 and 20. RGB value is (218,104,32). Sum of RGB (Red+Green+Blue) = 218+104+32=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6820 is #2597DF. Grayscale: #828282. Windows color (decimal): -2463712 or 2123994. OLE color: 2123994.
HSL color Cylindrical-coordinate representation of color #DA6820: hue angle of 23.23º 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 #DA6820 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 32 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.15 |
| HSL | 23.23º | 0.74% | 0.49% | - |
| HSV(B) | 23.23º | 0.85% | 0.85% | - |
| XYZ | 34.12 | 24.91 | 4.38 | - |
| YUV | 129.88 | 72.77 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 32 | 0 | 0.52 | 0.85 | 0.15 | 23.23 | 0.74 | 0.49 |
| Hex | DA | 68 | 20 | 0 | 34 | 55 | F | 17 | 4A | 31 |
| Octal | 332 | 150 | 40 | 0 | 64 | 125 | 17 | 27 | 112 | 61 |
| Binary | 11011010 | 1101000 | 100000 | 0 | 110100 | 1010101 | 1111 | 10111 | 1001010 | 110001 |
Color Harmonies of #DA6820
Complementary color
Monochromatic Colors of #DA6820
Black with #DA6820
Text Example
Text Example
White with #DA6820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6820; }
p { color: rgb(218,104,32); }
H1.HeaderClassName
{
color: #DA6820;
}
.AnyTagClassName
{
color: #DA6820;
}
</style>
background-color css
<style>
a { background-color: #DA6820; }
a { background-color: rgb(218,104,32); }
div.DivClassName
{
background-color: #DA6820;
}
.BgClassName
{
background-color: #DA6820;
}
</style>
border-color css
<style>
span { border-color: #DA6820; }
span { border-color: rgb(218,104,32); }
td.TdClassName
{
border-color: #DA6820;
}
.TagClassName
{
border-color: #DA6820;
}
</style>