Shades of Chocolate #DA690D
Tints of Chocolate #DA690D
RGB
CMYK
RGB Variations
Color information
#DA690D (or 0xDA690D) is known color: Chocolate. HEX triplet: DA, 69 and 0D. RGB value is (218,105,13). Sum of RGB (Red+Green+Blue) = 218+105+13=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA690D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA690D is #2596F2. Grayscale: #808080. Windows color (decimal): -2463475 or 879066. OLE color: 879066.
HSL color Cylindrical-coordinate representation of color #DA690D: hue angle of 26.93º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA690D is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 13 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.15 |
| HSL | 26.93º | 0.89% | 0.45% | - |
| HSV(B) | 26.93º | 0.94% | 0.85% | - |
| XYZ | 34.04 | 25.04 | 3.42 | - |
| YUV | 128.3 | 62.94 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 13 | 0 | 0.52 | 0.94 | 0.15 | 26.93 | 0.89 | 0.45 |
| Hex | DA | 69 | D | 0 | 34 | 5E | F | 1B | 59 | 2D |
| Octal | 332 | 151 | 15 | 0 | 64 | 136 | 17 | 33 | 131 | 55 |
| Binary | 11011010 | 1101001 | 1101 | 0 | 110100 | 1011110 | 1111 | 11011 | 1011001 | 101101 |
Color Harmonies of #DA690D
Complementary color
Monochromatic Colors of #DA690D
Black with #DA690D
Text Example
Text Example
White with #DA690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA690D; }
p { color: rgb(218,105,13); }
H1.HeaderClassName
{
color: #DA690D;
}
.AnyTagClassName
{
color: #DA690D;
}
</style>
background-color css
<style>
a { background-color: #DA690D; }
a { background-color: rgb(218,105,13); }
div.DivClassName
{
background-color: #DA690D;
}
.BgClassName
{
background-color: #DA690D;
}
</style>
border-color css
<style>
span { border-color: #DA690D; }
span { border-color: rgb(218,105,13); }
td.TdClassName
{
border-color: #DA690D;
}
.TagClassName
{
border-color: #DA690D;
}
</style>