Shades of Chocolate #DA6512
Tints of Chocolate #DA6512
RGB
CMYK
RGB Variations
Color information
#DA6512 (or 0xDA6512) is known color: Chocolate. HEX triplet: DA, 65 and 12. RGB value is (218,101,18). Sum of RGB (Red+Green+Blue) = 218+101+18=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6512 is #259AED. Grayscale: #7E7E7E. Windows color (decimal): -2464494 or 1205722. OLE color: 1205722.
HSL color Cylindrical-coordinate representation of color #DA6512: hue angle of 24.9º 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 #DA6512 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 18 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.15 |
| HSL | 24.9º | 0.85% | 0.46% | - |
| HSV(B) | 24.9º | 0.92% | 0.85% | - |
| XYZ | 33.68 | 24.26 | 3.48 | - |
| YUV | 126.52 | 66.76 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 18 | 0 | 0.54 | 0.92 | 0.15 | 24.9 | 0.85 | 0.46 |
| Hex | DA | 65 | 12 | 0 | 36 | 5C | F | 19 | 55 | 2E |
| Octal | 332 | 145 | 22 | 0 | 66 | 134 | 17 | 31 | 125 | 56 |
| Binary | 11011010 | 1100101 | 10010 | 0 | 110110 | 1011100 | 1111 | 11001 | 1010101 | 101110 |
Color Harmonies of #DA6512
Complementary color
Monochromatic Colors of #DA6512
Black with #DA6512
Text Example
Text Example
White with #DA6512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6512; }
p { color: rgb(218,101,18); }
H1.HeaderClassName
{
color: #DA6512;
}
.AnyTagClassName
{
color: #DA6512;
}
</style>
background-color css
<style>
a { background-color: #DA6512; }
a { background-color: rgb(218,101,18); }
div.DivClassName
{
background-color: #DA6512;
}
.BgClassName
{
background-color: #DA6512;
}
</style>
border-color css
<style>
span { border-color: #DA6512; }
span { border-color: rgb(218,101,18); }
td.TdClassName
{
border-color: #DA6512;
}
.TagClassName
{
border-color: #DA6512;
}
</style>