Shades of Chocolate #DA6714
Tints of Chocolate #DA6714
RGB
CMYK
RGB Variations
Color information
#DA6714 (or 0xDA6714) is known color: Chocolate. HEX triplet: DA, 67 and 14. RGB value is (218,103,20). Sum of RGB (Red+Green+Blue) = 218+103+20=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6714 is #2598EB. Grayscale: #808080. Windows color (decimal): -2463980 or 1337306. OLE color: 1337306.
HSL color Cylindrical-coordinate representation of color #DA6714: hue angle of 25.15º 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 #DA6714 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 20 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.15 |
| HSL | 25.15º | 0.83% | 0.47% | - |
| HSV(B) | 25.15º | 0.91% | 0.85% | - |
| XYZ | 33.89 | 24.66 | 3.63 | - |
| YUV | 127.92 | 67.1 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 20 | 0 | 0.53 | 0.91 | 0.15 | 25.15 | 0.83 | 0.47 |
| Hex | DA | 67 | 14 | 0 | 35 | 5B | F | 19 | 53 | 2F |
| Octal | 332 | 147 | 24 | 0 | 65 | 133 | 17 | 31 | 123 | 57 |
| Binary | 11011010 | 1100111 | 10100 | 0 | 110101 | 1011011 | 1111 | 11001 | 1010011 | 101111 |
Color Harmonies of #DA6714
Complementary color
Monochromatic Colors of #DA6714
Black with #DA6714
Text Example
Text Example
White with #DA6714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6714; }
p { color: rgb(218,103,20); }
H1.HeaderClassName
{
color: #DA6714;
}
.AnyTagClassName
{
color: #DA6714;
}
</style>
background-color css
<style>
a { background-color: #DA6714; }
a { background-color: rgb(218,103,20); }
div.DivClassName
{
background-color: #DA6714;
}
.BgClassName
{
background-color: #DA6714;
}
</style>
border-color css
<style>
span { border-color: #DA6714; }
span { border-color: rgb(218,103,20); }
td.TdClassName
{
border-color: #DA6714;
}
.TagClassName
{
border-color: #DA6714;
}
</style>