Shades of Chocolate #DA6615
Tints of Chocolate #DA6615
RGB
CMYK
RGB Variations
Color information
#DA6615 (or 0xDA6615) is known color: Chocolate. HEX triplet: DA, 66 and 15. RGB value is (218,102,21). Sum of RGB (Red+Green+Blue) = 218+102+21=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6615 is #2599EA. Grayscale: #7F7F7F. Windows color (decimal): -2464235 or 1402586. OLE color: 1402586.
HSL color Cylindrical-coordinate representation of color #DA6615: hue angle of 24.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA6615 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 21 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.15 |
| HSL | 24.67º | 0.82% | 0.47% | - |
| HSV(B) | 24.67º | 0.9% | 0.85% | - |
| XYZ | 33.8 | 24.46 | 3.65 | - |
| YUV | 127.45 | 67.93 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 21 | 0 | 0.53 | 0.90 | 0.15 | 24.67 | 0.82 | 0.47 |
| Hex | DA | 66 | 15 | 0 | 35 | 5A | F | 19 | 52 | 2F |
| Octal | 332 | 146 | 25 | 0 | 65 | 132 | 17 | 31 | 122 | 57 |
| Binary | 11011010 | 1100110 | 10101 | 0 | 110101 | 1011010 | 1111 | 11001 | 1010010 | 101111 |
Color Harmonies of #DA6615
Complementary color
Monochromatic Colors of #DA6615
Black with #DA6615
Text Example
Text Example
White with #DA6615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6615; }
p { color: rgb(218,102,21); }
H1.HeaderClassName
{
color: #DA6615;
}
.AnyTagClassName
{
color: #DA6615;
}
</style>
background-color css
<style>
a { background-color: #DA6615; }
a { background-color: rgb(218,102,21); }
div.DivClassName
{
background-color: #DA6615;
}
.BgClassName
{
background-color: #DA6615;
}
</style>
border-color css
<style>
span { border-color: #DA6615; }
span { border-color: rgb(218,102,21); }
td.TdClassName
{
border-color: #DA6615;
}
.TagClassName
{
border-color: #DA6615;
}
</style>