Shades of Chocolate #DC6714
Tints of Chocolate #DC6714
RGB
CMYK
RGB Variations
Color information
#DC6714 (or 0xDC6714) is known color: Chocolate. HEX triplet: DC, 67 and 14. RGB value is (220,103,20). Sum of RGB (Red+Green+Blue) = 220+103+20=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6714 is #2398EB. Grayscale: #808080. Windows color (decimal): -2332908 or 1337308. OLE color: 1337308.
HSL color Cylindrical-coordinate representation of color #DC6714: hue angle of 24.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC6714 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 20 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.14 |
| HSL | 24.9º | 0.83% | 0.47% | - |
| HSV(B) | 24.9º | 0.91% | 0.86% | - |
| XYZ | 34.49 | 24.97 | 3.66 | - |
| YUV | 128.52 | 66.76 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 20 | 0 | 0.53 | 0.91 | 0.14 | 24.9 | 0.83 | 0.47 |
| Hex | DC | 67 | 14 | 0 | 35 | 5B | E | 19 | 53 | 2F |
| Octal | 334 | 147 | 24 | 0 | 65 | 133 | 16 | 31 | 123 | 57 |
| Binary | 11011100 | 1100111 | 10100 | 0 | 110101 | 1011011 | 1110 | 11001 | 1010011 | 101111 |
Color Harmonies of #DC6714
Complementary color
Monochromatic Colors of #DC6714
Black with #DC6714
Text Example
Text Example
White with #DC6714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6714; }
p { color: rgb(220,103,20); }
H1.HeaderClassName
{
color: #DC6714;
}
.AnyTagClassName
{
color: #DC6714;
}
</style>
background-color css
<style>
a { background-color: #DC6714; }
a { background-color: rgb(220,103,20); }
div.DivClassName
{
background-color: #DC6714;
}
.BgClassName
{
background-color: #DC6714;
}
</style>
border-color css
<style>
span { border-color: #DC6714; }
span { border-color: rgb(220,103,20); }
td.TdClassName
{
border-color: #DC6714;
}
.TagClassName
{
border-color: #DC6714;
}
</style>