Shades of Chocolate #DA690C
Tints of Chocolate #DA690C
RGB
CMYK
RGB Variations
Color information
#DA690C (or 0xDA690C) is known color: Chocolate. HEX triplet: DA, 69 and 0C. RGB value is (218,105,12). Sum of RGB (Red+Green+Blue) = 218+105+12=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA690C is #2596F3. Grayscale: #808080. Windows color (decimal): -2463476 or 813530. OLE color: 813530.
HSL color Cylindrical-coordinate representation of color #DA690C: hue angle of 27.09º degrees, saturation: 0.9, 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 #DA690C is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 12 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.15 |
| HSL | 27.09º | 0.9% | 0.45% | - |
| HSV(B) | 27.09º | 0.94% | 0.85% | - |
| XYZ | 34.03 | 25.04 | 3.39 | - |
| YUV | 128.19 | 62.44 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 12 | 0 | 0.52 | 0.94 | 0.15 | 27.09 | 0.9 | 0.45 |
| Hex | DA | 69 | C | 0 | 34 | 5E | F | 1B | 5A | 2D |
| Octal | 332 | 151 | 14 | 0 | 64 | 136 | 17 | 33 | 132 | 55 |
| Binary | 11011010 | 1101001 | 1100 | 0 | 110100 | 1011110 | 1111 | 11011 | 1011010 | 101101 |
Color Harmonies of #DA690C
Complementary color
Monochromatic Colors of #DA690C
Black with #DA690C
Text Example
Text Example
White with #DA690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA690C; }
p { color: rgb(218,105,12); }
H1.HeaderClassName
{
color: #DA690C;
}
.AnyTagClassName
{
color: #DA690C;
}
</style>
background-color css
<style>
a { background-color: #DA690C; }
a { background-color: rgb(218,105,12); }
div.DivClassName
{
background-color: #DA690C;
}
.BgClassName
{
background-color: #DA690C;
}
</style>
border-color css
<style>
span { border-color: #DA690C; }
span { border-color: rgb(218,105,12); }
td.TdClassName
{
border-color: #DA690C;
}
.TagClassName
{
border-color: #DA690C;
}
</style>