Shades of Chocolate #DA7512
Tints of Chocolate #DA7512
RGB
CMYK
RGB Variations
Color information
#DA7512 (or 0xDA7512) is known color: Chocolate. HEX triplet: DA, 75 and 12. RGB value is (218,117,18). Sum of RGB (Red+Green+Blue) = 218+117+18=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7512 is #258AED. Grayscale: #888888. Windows color (decimal): -2460398 or 1209818. OLE color: 1209818.
HSL color Cylindrical-coordinate representation of color #DA7512: hue angle of 29.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA7512 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 117 | 18 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.15 |
| HSL | 29.7º | 0.85% | 0.46% | - |
| HSV(B) | 29.7º | 0.92% | 0.85% | - |
| XYZ | 35.38 | 27.67 | 4.05 | - |
| YUV | 135.91 | 61.46 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 117 | 18 | 0 | 0.46 | 0.92 | 0.15 | 29.7 | 0.85 | 0.46 |
| Hex | DA | 75 | 12 | 0 | 2E | 5C | F | 1E | 55 | 2E |
| Octal | 332 | 165 | 22 | 0 | 56 | 134 | 17 | 36 | 125 | 56 |
| Binary | 11011010 | 1110101 | 10010 | 0 | 101110 | 1011100 | 1111 | 11110 | 1010101 | 101110 |
Color Harmonies of #DA7512
Complementary color
Monochromatic Colors of #DA7512
Black with #DA7512
Text Example
Text Example
White with #DA7512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7512; }
p { color: rgb(218,117,18); }
H1.HeaderClassName
{
color: #DA7512;
}
.AnyTagClassName
{
color: #DA7512;
}
</style>
background-color css
<style>
a { background-color: #DA7512; }
a { background-color: rgb(218,117,18); }
div.DivClassName
{
background-color: #DA7512;
}
.BgClassName
{
background-color: #DA7512;
}
</style>
border-color css
<style>
span { border-color: #DA7512; }
span { border-color: rgb(218,117,18); }
td.TdClassName
{
border-color: #DA7512;
}
.TagClassName
{
border-color: #DA7512;
}
</style>