Shades of Chocolate #DA6122
Tints of Chocolate #DA6122
RGB
CMYK
RGB Variations
Color information
#DA6122 (or 0xDA6122) is known color: Chocolate. HEX triplet: DA, 61 and 22. RGB value is (218,97,34). Sum of RGB (Red+Green+Blue) = 218+97+34=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6122 is #259EDD. Grayscale: #7E7E7E. Windows color (decimal): -2465502 or 2253274. OLE color: 2253274.
HSL color Cylindrical-coordinate representation of color #DA6122: hue angle of 20.54º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA6122 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 34 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.15 |
| HSL | 20.54º | 0.73% | 0.49% | - |
| HSV(B) | 20.54º | 0.84% | 0.85% | - |
| XYZ | 33.48 | 23.57 | 4.3 | - |
| YUV | 126 | 76.09 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 34 | 0 | 0.56 | 0.84 | 0.15 | 20.54 | 0.73 | 0.49 |
| Hex | DA | 61 | 22 | 0 | 38 | 54 | F | 15 | 49 | 31 |
| Octal | 332 | 141 | 42 | 0 | 70 | 124 | 17 | 25 | 111 | 61 |
| Binary | 11011010 | 1100001 | 100010 | 0 | 111000 | 1010100 | 1111 | 10101 | 1001001 | 110001 |
Color Harmonies of #DA6122
Complementary color
Monochromatic Colors of #DA6122
Black with #DA6122
Text Example
Text Example
White with #DA6122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6122; }
p { color: rgb(218,97,34); }
H1.HeaderClassName
{
color: #DA6122;
}
.AnyTagClassName
{
color: #DA6122;
}
</style>
background-color css
<style>
a { background-color: #DA6122; }
a { background-color: rgb(218,97,34); }
div.DivClassName
{
background-color: #DA6122;
}
.BgClassName
{
background-color: #DA6122;
}
</style>
border-color css
<style>
span { border-color: #DA6122; }
span { border-color: rgb(218,97,34); }
td.TdClassName
{
border-color: #DA6122;
}
.TagClassName
{
border-color: #DA6122;
}
</style>