Shades of Chocolate #DA701E
Tints of Chocolate #DA701E
RGB
CMYK
RGB Variations
Color information
#DA701E (or 0xDA701E) is known color: Chocolate. HEX triplet: DA, 70 and 1E. RGB value is (218,112,30). Sum of RGB (Red+Green+Blue) = 218+112+30=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA701E is #258FE1. Grayscale: #868686. Windows color (decimal): -2461666 or 1994970. OLE color: 1994970.
HSL color Cylindrical-coordinate representation of color #DA701E: hue angle of 26.17º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA701E is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 30 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.15 |
| HSL | 26.17º | 0.76% | 0.49% | - |
| HSV(B) | 26.17º | 0.86% | 0.85% | - |
| XYZ | 34.94 | 26.59 | 4.52 | - |
| YUV | 134.35 | 69.12 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 30 | 0 | 0.49 | 0.86 | 0.15 | 26.17 | 0.76 | 0.49 |
| Hex | DA | 70 | 1E | 0 | 31 | 56 | F | 1A | 4C | 31 |
| Octal | 332 | 160 | 36 | 0 | 61 | 126 | 17 | 32 | 114 | 61 |
| Binary | 11011010 | 1110000 | 11110 | 0 | 110001 | 1010110 | 1111 | 11010 | 1001100 | 110001 |
Color Harmonies of #DA701E
Complementary color
Monochromatic Colors of #DA701E
Black with #DA701E
Text Example
Text Example
White with #DA701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA701E; }
p { color: rgb(218,112,30); }
H1.HeaderClassName
{
color: #DA701E;
}
.AnyTagClassName
{
color: #DA701E;
}
</style>
background-color css
<style>
a { background-color: #DA701E; }
a { background-color: rgb(218,112,30); }
div.DivClassName
{
background-color: #DA701E;
}
.BgClassName
{
background-color: #DA701E;
}
</style>
border-color css
<style>
span { border-color: #DA701E; }
span { border-color: rgb(218,112,30); }
td.TdClassName
{
border-color: #DA701E;
}
.TagClassName
{
border-color: #DA701E;
}
</style>