Shades of Chocolate #DA6715
Tints of Chocolate #DA6715
RGB
CMYK
RGB Variations
Color information
#DA6715 (or 0xDA6715) is known color: Chocolate. HEX triplet: DA, 67 and 15. RGB value is (218,103,21). Sum of RGB (Red+Green+Blue) = 218+103+21=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6715 is #2598EA. Grayscale: #808080. Windows color (decimal): -2463979 or 1402842. OLE color: 1402842.
HSL color Cylindrical-coordinate representation of color #DA6715: hue angle of 24.97º 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 #DA6715 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 103 | 21 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.15 |
| HSL | 24.97º | 0.82% | 0.47% | - |
| HSV(B) | 24.97º | 0.9% | 0.85% | - |
| XYZ | 33.9 | 24.66 | 3.68 | - |
| YUV | 128.04 | 67.6 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 103 | 21 | 0 | 0.53 | 0.90 | 0.15 | 24.97 | 0.82 | 0.47 |
| Hex | DA | 67 | 15 | 0 | 35 | 5A | F | 19 | 52 | 2F |
| Octal | 332 | 147 | 25 | 0 | 65 | 132 | 17 | 31 | 122 | 57 |
| Binary | 11011010 | 1100111 | 10101 | 0 | 110101 | 1011010 | 1111 | 11001 | 1010010 | 101111 |
Color Harmonies of #DA6715
Complementary color
Monochromatic Colors of #DA6715
Black with #DA6715
Text Example
Text Example
White with #DA6715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6715; }
p { color: rgb(218,103,21); }
H1.HeaderClassName
{
color: #DA6715;
}
.AnyTagClassName
{
color: #DA6715;
}
</style>
background-color css
<style>
a { background-color: #DA6715; }
a { background-color: rgb(218,103,21); }
div.DivClassName
{
background-color: #DA6715;
}
.BgClassName
{
background-color: #DA6715;
}
</style>
border-color css
<style>
span { border-color: #DA6715; }
span { border-color: rgb(218,103,21); }
td.TdClassName
{
border-color: #DA6715;
}
.TagClassName
{
border-color: #DA6715;
}
</style>