Shades of Chocolate #DA6921
Tints of Chocolate #DA6921
RGB
CMYK
RGB Variations
Color information
#DA6921 (or 0xDA6921) is known color: Chocolate. HEX triplet: DA, 69 and 21. RGB value is (218,105,33). Sum of RGB (Red+Green+Blue) = 218+105+33=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6921 is #2596DE. Grayscale: #828282. Windows color (decimal): -2463455 or 2189786. OLE color: 2189786.
HSL color Cylindrical-coordinate representation of color #DA6921: hue angle of 23.35º 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 #DA6921 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 33 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.15 |
| HSL | 23.35º | 0.74% | 0.49% | - |
| HSV(B) | 23.35º | 0.85% | 0.85% | - |
| XYZ | 34.24 | 25.12 | 4.48 | - |
| YUV | 130.58 | 72.94 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 33 | 0 | 0.52 | 0.85 | 0.15 | 23.35 | 0.74 | 0.49 |
| Hex | DA | 69 | 21 | 0 | 34 | 55 | F | 17 | 4A | 31 |
| Octal | 332 | 151 | 41 | 0 | 64 | 125 | 17 | 27 | 112 | 61 |
| Binary | 11011010 | 1101001 | 100001 | 0 | 110100 | 1010101 | 1111 | 10111 | 1001010 | 110001 |
Color Harmonies of #DA6921
Complementary color
Monochromatic Colors of #DA6921
Black with #DA6921
Text Example
Text Example
White with #DA6921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6921; }
p { color: rgb(218,105,33); }
H1.HeaderClassName
{
color: #DA6921;
}
.AnyTagClassName
{
color: #DA6921;
}
</style>
background-color css
<style>
a { background-color: #DA6921; }
a { background-color: rgb(218,105,33); }
div.DivClassName
{
background-color: #DA6921;
}
.BgClassName
{
background-color: #DA6921;
}
</style>
border-color css
<style>
span { border-color: #DA6921; }
span { border-color: rgb(218,105,33); }
td.TdClassName
{
border-color: #DA6921;
}
.TagClassName
{
border-color: #DA6921;
}
</style>