Shades of Chocolate #DA6713
Tints of Chocolate #DA6713
RGB
CMYK
RGB Variations
Color information
#DA6713 (or 0xDA6713) is known color: Chocolate. HEX triplet: DA, 67 and 13. RGB value is (218,103,19). Sum of RGB (Red+Green+Blue) = 218+103+19=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6713 is #2598EC. Grayscale: #808080. Windows color (decimal): -2463981 or 1271770. OLE color: 1271770.
HSL color Cylindrical-coordinate representation of color #DA6713: hue angle of 25.33º 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 #DA6713 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 19 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.15 |
| HSL | 25.33º | 0.84% | 0.46% | - |
| HSV(B) | 25.33º | 0.91% | 0.85% | - |
| XYZ | 33.88 | 24.65 | 3.59 | - |
| YUV | 127.81 | 66.6 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 19 | 0 | 0.53 | 0.91 | 0.15 | 25.33 | 0.84 | 0.46 |
| Hex | DA | 67 | 13 | 0 | 35 | 5B | F | 19 | 54 | 2E |
| Octal | 332 | 147 | 23 | 0 | 65 | 133 | 17 | 31 | 124 | 56 |
| Binary | 11011010 | 1100111 | 10011 | 0 | 110101 | 1011011 | 1111 | 11001 | 1010100 | 101110 |
Color Harmonies of #DA6713
Complementary color
Monochromatic Colors of #DA6713
Black with #DA6713
Text Example
Text Example
White with #DA6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6713; }
p { color: rgb(218,103,19); }
H1.HeaderClassName
{
color: #DA6713;
}
.AnyTagClassName
{
color: #DA6713;
}
</style>
background-color css
<style>
a { background-color: #DA6713; }
a { background-color: rgb(218,103,19); }
div.DivClassName
{
background-color: #DA6713;
}
.BgClassName
{
background-color: #DA6713;
}
</style>
border-color css
<style>
span { border-color: #DA6713; }
span { border-color: rgb(218,103,19); }
td.TdClassName
{
border-color: #DA6713;
}
.TagClassName
{
border-color: #DA6713;
}
</style>