Shades of Chocolate #DA7614
Tints of Chocolate #DA7614
RGB
CMYK
RGB Variations
Color information
#DA7614 (or 0xDA7614) is known color: Chocolate. HEX triplet: DA, 76 and 14. RGB value is (218,118,20). Sum of RGB (Red+Green+Blue) = 218+118+20=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7614 is #2589EB. Grayscale: #898989. Windows color (decimal): -2460140 or 1341146. OLE color: 1341146.
HSL color Cylindrical-coordinate representation of color #DA7614: hue angle of 29.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA7614 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 20 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.15 |
| HSL | 29.7º | 0.83% | 0.47% | - |
| HSV(B) | 29.7º | 0.91% | 0.85% | - |
| XYZ | 35.52 | 27.91 | 4.18 | - |
| YUV | 136.73 | 62.13 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 20 | 0 | 0.46 | 0.91 | 0.15 | 29.7 | 0.83 | 0.47 |
| Hex | DA | 76 | 14 | 0 | 2E | 5B | F | 1E | 53 | 2F |
| Octal | 332 | 166 | 24 | 0 | 56 | 133 | 17 | 36 | 123 | 57 |
| Binary | 11011010 | 1110110 | 10100 | 0 | 101110 | 1011011 | 1111 | 11110 | 1010011 | 101111 |
Color Harmonies of #DA7614
Complementary color
Monochromatic Colors of #DA7614
Black with #DA7614
Text Example
Text Example
White with #DA7614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7614; }
p { color: rgb(218,118,20); }
H1.HeaderClassName
{
color: #DA7614;
}
.AnyTagClassName
{
color: #DA7614;
}
</style>
background-color css
<style>
a { background-color: #DA7614; }
a { background-color: rgb(218,118,20); }
div.DivClassName
{
background-color: #DA7614;
}
.BgClassName
{
background-color: #DA7614;
}
</style>
border-color css
<style>
span { border-color: #DA7614; }
span { border-color: rgb(218,118,20); }
td.TdClassName
{
border-color: #DA7614;
}
.TagClassName
{
border-color: #DA7614;
}
</style>