Shades of Chocolate #DC6B0E
Tints of Chocolate #DC6B0E
RGB
CMYK
RGB Variations
Color information
#DC6B0E (or 0xDC6B0E) is known color: Chocolate. HEX triplet: DC, 6B and 0E. RGB value is (220,107,14). Sum of RGB (Red+Green+Blue) = 220+107+14=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6B0E is #2394F1. Grayscale: #828282. Windows color (decimal): -2331890 or 945116. OLE color: 945116.
HSL color Cylindrical-coordinate representation of color #DC6B0E: hue angle of 27.09º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC6B0E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 14 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.14 |
| HSL | 27.09º | 0.88% | 0.46% | - |
| HSV(B) | 27.09º | 0.94% | 0.86% | - |
| XYZ | 34.85 | 25.76 | 3.55 | - |
| YUV | 130.19 | 62.44 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 14 | 0 | 0.51 | 0.94 | 0.14 | 27.09 | 0.88 | 0.46 |
| Hex | DC | 6B | E | 0 | 33 | 5E | E | 1B | 58 | 2E |
| Octal | 334 | 153 | 16 | 0 | 63 | 136 | 16 | 33 | 130 | 56 |
| Binary | 11011100 | 1101011 | 1110 | 0 | 110011 | 1011110 | 1110 | 11011 | 1011000 | 101110 |
Color Harmonies of #DC6B0E
Complementary color
Monochromatic Colors of #DC6B0E
Black with #DC6B0E
Text Example
Text Example
White with #DC6B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B0E; }
p { color: rgb(220,107,14); }
H1.HeaderClassName
{
color: #DC6B0E;
}
.AnyTagClassName
{
color: #DC6B0E;
}
</style>
background-color css
<style>
a { background-color: #DC6B0E; }
a { background-color: rgb(220,107,14); }
div.DivClassName
{
background-color: #DC6B0E;
}
.BgClassName
{
background-color: #DC6B0E;
}
</style>
border-color css
<style>
span { border-color: #DC6B0E; }
span { border-color: rgb(220,107,14); }
td.TdClassName
{
border-color: #DC6B0E;
}
.TagClassName
{
border-color: #DC6B0E;
}
</style>