Shades of Chocolate #DA5714
Tints of Chocolate #DA5714
RGB
CMYK
RGB Variations
Color information
#DA5714 (or 0xDA5714) is known color: Chocolate. HEX triplet: DA, 57 and 14. RGB value is (218,87,20). Sum of RGB (Red+Green+Blue) = 218+87+20=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5714 is #25A8EB. Grayscale: #767676. Windows color (decimal): -2468076 or 1333210. OLE color: 1333210.
HSL color Cylindrical-coordinate representation of color #DA5714: hue angle of 20.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA5714 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 20 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.15 |
| HSL | 20.3º | 0.83% | 0.47% | - |
| HSV(B) | 20.3º | 0.91% | 0.85% | - |
| XYZ | 32.45 | 21.77 | 3.15 | - |
| YUV | 118.53 | 72.4 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 20 | 0 | 0.60 | 0.91 | 0.15 | 20.3 | 0.83 | 0.47 |
| Hex | DA | 57 | 14 | 0 | 3C | 5B | F | 14 | 53 | 2F |
| Octal | 332 | 127 | 24 | 0 | 74 | 133 | 17 | 24 | 123 | 57 |
| Binary | 11011010 | 1010111 | 10100 | 0 | 111100 | 1011011 | 1111 | 10100 | 1010011 | 101111 |
Color Harmonies of #DA5714
Complementary color
Monochromatic Colors of #DA5714
Black with #DA5714
Text Example
Text Example
White with #DA5714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5714; }
p { color: rgb(218,87,20); }
H1.HeaderClassName
{
color: #DA5714;
}
.AnyTagClassName
{
color: #DA5714;
}
</style>
background-color css
<style>
a { background-color: #DA5714; }
a { background-color: rgb(218,87,20); }
div.DivClassName
{
background-color: #DA5714;
}
.BgClassName
{
background-color: #DA5714;
}
</style>
border-color css
<style>
span { border-color: #DA5714; }
span { border-color: rgb(218,87,20); }
td.TdClassName
{
border-color: #DA5714;
}
.TagClassName
{
border-color: #DA5714;
}
</style>