Shades of Chocolate #DA6D21
Tints of Chocolate #DA6D21
RGB
CMYK
RGB Variations
Color information
#DA6D21 (or 0xDA6D21) is known color: Chocolate. HEX triplet: DA, 6D and 21. RGB value is (218,109,33). Sum of RGB (Red+Green+Blue) = 218+109+33=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6D21 is #2592DE. Grayscale: #858585. Windows color (decimal): -2462431 or 2190810. OLE color: 2190810.
HSL color Cylindrical-coordinate representation of color #DA6D21: hue angle of 24.65º 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 #DA6D21 is Cyan = 0, Magento = 0.5, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 109 | 33 | - |
| CMYK | 0 | 0.5 | 0.85 | 0.15 |
| HSL | 24.65º | 0.74% | 0.49% | - |
| HSV(B) | 24.65º | 0.85% | 0.85% | - |
| XYZ | 34.66 | 25.95 | 4.62 | - |
| YUV | 132.93 | 71.61 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 109 | 33 | 0 | 0.5 | 0.85 | 0.15 | 24.65 | 0.74 | 0.49 |
| Hex | DA | 6D | 21 | 0 | 32 | 55 | F | 19 | 4A | 31 |
| Octal | 332 | 155 | 41 | 0 | 62 | 125 | 17 | 31 | 112 | 61 |
| Binary | 11011010 | 1101101 | 100001 | 0 | 110010 | 1010101 | 1111 | 11001 | 1001010 | 110001 |
Color Harmonies of #DA6D21
Complementary color
Monochromatic Colors of #DA6D21
Black with #DA6D21
Text Example
Text Example
White with #DA6D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6D21; }
p { color: rgb(218,109,33); }
H1.HeaderClassName
{
color: #DA6D21;
}
.AnyTagClassName
{
color: #DA6D21;
}
</style>
background-color css
<style>
a { background-color: #DA6D21; }
a { background-color: rgb(218,109,33); }
div.DivClassName
{
background-color: #DA6D21;
}
.BgClassName
{
background-color: #DA6D21;
}
</style>
border-color css
<style>
span { border-color: #DA6D21; }
span { border-color: rgb(218,109,33); }
td.TdClassName
{
border-color: #DA6D21;
}
.TagClassName
{
border-color: #DA6D21;
}
</style>