Shades of Chocolate #DA6225
Tints of Chocolate #DA6225
RGB
CMYK
RGB Variations
Color information
#DA6225 (or 0xDA6225) is known color: Chocolate. HEX triplet: DA, 62 and 25. RGB value is (218,98,37). Sum of RGB (Red+Green+Blue) = 218+98+37=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6225 is #259DDA. Grayscale: #7F7F7F. Windows color (decimal): -2465243 or 2450138. OLE color: 2450138.
HSL color Cylindrical-coordinate representation of color #DA6225: hue angle of 20.22º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA6225 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 37 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.15 |
| HSL | 20.22º | 0.71% | 0.5% | - |
| HSV(B) | 20.22º | 0.83% | 0.85% | - |
| XYZ | 33.62 | 23.77 | 4.57 | - |
| YUV | 126.93 | 77.26 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 37 | 0 | 0.55 | 0.83 | 0.15 | 20.22 | 0.71 | 0.5 |
| Hex | DA | 62 | 25 | 0 | 37 | 53 | F | 14 | 47 | 32 |
| Octal | 332 | 142 | 45 | 0 | 67 | 123 | 17 | 24 | 107 | 62 |
| Binary | 11011010 | 1100010 | 100101 | 0 | 110111 | 1010011 | 1111 | 10100 | 1000111 | 110010 |
Color Harmonies of #DA6225
Complementary color
Monochromatic Colors of #DA6225
Black with #DA6225
Text Example
Text Example
White with #DA6225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6225; }
p { color: rgb(218,98,37); }
H1.HeaderClassName
{
color: #DA6225;
}
.AnyTagClassName
{
color: #DA6225;
}
</style>
background-color css
<style>
a { background-color: #DA6225; }
a { background-color: rgb(218,98,37); }
div.DivClassName
{
background-color: #DA6225;
}
.BgClassName
{
background-color: #DA6225;
}
</style>
border-color css
<style>
span { border-color: #DA6225; }
span { border-color: rgb(218,98,37); }
td.TdClassName
{
border-color: #DA6225;
}
.TagClassName
{
border-color: #DA6225;
}
</style>