Shades of Chocolate #DC6F15
Tints of Chocolate #DC6F15
RGB
CMYK
RGB Variations
Color information
#DC6F15 (or 0xDC6F15) is known color: Chocolate. HEX triplet: DC, 6F and 15. RGB value is (220,111,21). Sum of RGB (Red+Green+Blue) = 220+111+21=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6F15 is #2390EA. Grayscale: #858585. Windows color (decimal): -2330859 or 1404892. OLE color: 1404892.
HSL color Cylindrical-coordinate representation of color #DC6F15: hue angle of 27.14º 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 #DC6F15 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 21 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.14 |
| HSL | 27.14º | 0.83% | 0.47% | - |
| HSV(B) | 27.14º | 0.9% | 0.86% | - |
| XYZ | 35.34 | 26.64 | 3.99 | - |
| YUV | 133.33 | 64.61 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 21 | 0 | 0.50 | 0.90 | 0.14 | 27.14 | 0.83 | 0.47 |
| Hex | DC | 6F | 15 | 0 | 32 | 5A | E | 1B | 53 | 2F |
| Octal | 334 | 157 | 25 | 0 | 62 | 132 | 16 | 33 | 123 | 57 |
| Binary | 11011100 | 1101111 | 10101 | 0 | 110010 | 1011010 | 1110 | 11011 | 1010011 | 101111 |
Color Harmonies of #DC6F15
Complementary color
Monochromatic Colors of #DC6F15
Black with #DC6F15
Text Example
Text Example
White with #DC6F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6F15; }
p { color: rgb(220,111,21); }
H1.HeaderClassName
{
color: #DC6F15;
}
.AnyTagClassName
{
color: #DC6F15;
}
</style>
background-color css
<style>
a { background-color: #DC6F15; }
a { background-color: rgb(220,111,21); }
div.DivClassName
{
background-color: #DC6F15;
}
.BgClassName
{
background-color: #DC6F15;
}
</style>
border-color css
<style>
span { border-color: #DC6F15; }
span { border-color: rgb(220,111,21); }
td.TdClassName
{
border-color: #DC6F15;
}
.TagClassName
{
border-color: #DC6F15;
}
</style>