Shades of Chocolate #DA6712
Tints of Chocolate #DA6712
RGB
CMYK
RGB Variations
Color information
#DA6712 (or 0xDA6712) is known color: Chocolate. HEX triplet: DA, 67 and 12. RGB value is (218,103,18). Sum of RGB (Red+Green+Blue) = 218+103+18=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6712 is #2598ED. Grayscale: #808080. Windows color (decimal): -2463982 or 1206234. OLE color: 1206234.
HSL color Cylindrical-coordinate representation of color #DA6712: hue angle of 25.5º 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 #DA6712 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 18 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.15 |
| HSL | 25.5º | 0.85% | 0.46% | - |
| HSV(B) | 25.5º | 0.92% | 0.85% | - |
| XYZ | 33.87 | 24.65 | 3.54 | - |
| YUV | 127.7 | 66.1 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 18 | 0 | 0.53 | 0.92 | 0.15 | 25.5 | 0.85 | 0.46 |
| Hex | DA | 67 | 12 | 0 | 35 | 5C | F | 1A | 55 | 2E |
| Octal | 332 | 147 | 22 | 0 | 65 | 134 | 17 | 32 | 125 | 56 |
| Binary | 11011010 | 1100111 | 10010 | 0 | 110101 | 1011100 | 1111 | 11010 | 1010101 | 101110 |
Color Harmonies of #DA6712
Complementary color
Monochromatic Colors of #DA6712
Black with #DA6712
Text Example
Text Example
White with #DA6712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6712; }
p { color: rgb(218,103,18); }
H1.HeaderClassName
{
color: #DA6712;
}
.AnyTagClassName
{
color: #DA6712;
}
</style>
background-color css
<style>
a { background-color: #DA6712; }
a { background-color: rgb(218,103,18); }
div.DivClassName
{
background-color: #DA6712;
}
.BgClassName
{
background-color: #DA6712;
}
</style>
border-color css
<style>
span { border-color: #DA6712; }
span { border-color: rgb(218,103,18); }
td.TdClassName
{
border-color: #DA6712;
}
.TagClassName
{
border-color: #DA6712;
}
</style>