Shades of Chocolate #DA5A23
Tints of Chocolate #DA5A23
RGB
CMYK
RGB Variations
Color information
#DA5A23 (or 0xDA5A23) is known color: Chocolate. HEX triplet: DA, 5A and 23. RGB value is (218,90,35). Sum of RGB (Red+Green+Blue) = 218+90+35=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5A23 is #25A5DC. Grayscale: #7A7A7A. Windows color (decimal): -2467293 or 2317018. OLE color: 2317018.
HSL color Cylindrical-coordinate representation of color #DA5A23: hue angle of 18.03º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA5A23 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 90 | 35 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.15 |
| HSL | 18.03º | 0.72% | 0.5% | - |
| HSV(B) | 18.03º | 0.84% | 0.85% | - |
| XYZ | 32.87 | 22.34 | 4.17 | - |
| YUV | 122 | 78.91 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 35 | 0 | 0.59 | 0.84 | 0.15 | 18.03 | 0.72 | 0.5 |
| Hex | DA | 5A | 23 | 0 | 3B | 54 | F | 12 | 48 | 32 |
| Octal | 332 | 132 | 43 | 0 | 73 | 124 | 17 | 22 | 110 | 62 |
| Binary | 11011010 | 1011010 | 100011 | 0 | 111011 | 1010100 | 1111 | 10010 | 1001000 | 110010 |
Color Harmonies of #DA5A23
Complementary color
Monochromatic Colors of #DA5A23
Black with #DA5A23
Text Example
Text Example
White with #DA5A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5A23; }
p { color: rgb(218,90,35); }
H1.HeaderClassName
{
color: #DA5A23;
}
.AnyTagClassName
{
color: #DA5A23;
}
</style>
background-color css
<style>
a { background-color: #DA5A23; }
a { background-color: rgb(218,90,35); }
div.DivClassName
{
background-color: #DA5A23;
}
.BgClassName
{
background-color: #DA5A23;
}
</style>
border-color css
<style>
span { border-color: #DA5A23; }
span { border-color: rgb(218,90,35); }
td.TdClassName
{
border-color: #DA5A23;
}
.TagClassName
{
border-color: #DA5A23;
}
</style>