Shades of Chocolate #DA6813
Tints of Chocolate #DA6813
RGB
CMYK
RGB Variations
Color information
#DA6813 (or 0xDA6813) is known color: Chocolate. HEX triplet: DA, 68 and 13. RGB value is (218,104,19). Sum of RGB (Red+Green+Blue) = 218+104+19=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6813 is #2597EC. Grayscale: #808080. Windows color (decimal): -2463725 or 1272026. OLE color: 1272026.
HSL color Cylindrical-coordinate representation of color #DA6813: hue angle of 25.63º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA6813 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 19 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.15 |
| HSL | 25.63º | 0.84% | 0.46% | - |
| HSV(B) | 25.63º | 0.91% | 0.85% | - |
| XYZ | 33.98 | 24.85 | 3.62 | - |
| YUV | 128.4 | 66.27 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 19 | 0 | 0.52 | 0.91 | 0.15 | 25.63 | 0.84 | 0.46 |
| Hex | DA | 68 | 13 | 0 | 34 | 5B | F | 1A | 54 | 2E |
| Octal | 332 | 150 | 23 | 0 | 64 | 133 | 17 | 32 | 124 | 56 |
| Binary | 11011010 | 1101000 | 10011 | 0 | 110100 | 1011011 | 1111 | 11010 | 1010100 | 101110 |
Color Harmonies of #DA6813
Complementary color
Monochromatic Colors of #DA6813
Black with #DA6813
Text Example
Text Example
White with #DA6813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6813; }
p { color: rgb(218,104,19); }
H1.HeaderClassName
{
color: #DA6813;
}
.AnyTagClassName
{
color: #DA6813;
}
</style>
background-color css
<style>
a { background-color: #DA6813; }
a { background-color: rgb(218,104,19); }
div.DivClassName
{
background-color: #DA6813;
}
.BgClassName
{
background-color: #DA6813;
}
</style>
border-color css
<style>
span { border-color: #DA6813; }
span { border-color: rgb(218,104,19); }
td.TdClassName
{
border-color: #DA6813;
}
.TagClassName
{
border-color: #DA6813;
}
</style>