Shades of Chocolate #DC6715
Tints of Chocolate #DC6715
RGB
CMYK
RGB Variations
Color information
#DC6715 (or 0xDC6715) is known color: Chocolate. HEX triplet: DC, 67 and 15. RGB value is (220,103,21). Sum of RGB (Red+Green+Blue) = 220+103+21=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6715 is #2398EA. Grayscale: #818181. Windows color (decimal): -2332907 or 1402844. OLE color: 1402844.
HSL color Cylindrical-coordinate representation of color #DC6715: hue angle of 24.72º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC6715 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 21 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.14 |
| HSL | 24.72º | 0.83% | 0.47% | - |
| HSV(B) | 24.72º | 0.9% | 0.86% | - |
| XYZ | 34.5 | 24.97 | 3.71 | - |
| YUV | 128.64 | 67.26 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 21 | 0 | 0.53 | 0.90 | 0.14 | 24.72 | 0.83 | 0.47 |
| Hex | DC | 67 | 15 | 0 | 35 | 5A | E | 19 | 53 | 2F |
| Octal | 334 | 147 | 25 | 0 | 65 | 132 | 16 | 31 | 123 | 57 |
| Binary | 11011100 | 1100111 | 10101 | 0 | 110101 | 1011010 | 1110 | 11001 | 1010011 | 101111 |
Color Harmonies of #DC6715
Complementary color
Monochromatic Colors of #DC6715
Black with #DC6715
Text Example
Text Example
White with #DC6715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6715; }
p { color: rgb(220,103,21); }
H1.HeaderClassName
{
color: #DC6715;
}
.AnyTagClassName
{
color: #DC6715;
}
</style>
background-color css
<style>
a { background-color: #DC6715; }
a { background-color: rgb(220,103,21); }
div.DivClassName
{
background-color: #DC6715;
}
.BgClassName
{
background-color: #DC6715;
}
</style>
border-color css
<style>
span { border-color: #DC6715; }
span { border-color: rgb(220,103,21); }
td.TdClassName
{
border-color: #DC6715;
}
.TagClassName
{
border-color: #DC6715;
}
</style>