Shades of Chocolate #DC7714
Tints of Chocolate #DC7714
RGB
CMYK
RGB Variations
Color information
#DC7714 (or 0xDC7714) is known color: Chocolate. HEX triplet: DC, 77 and 14. RGB value is (220,119,20). Sum of RGB (Red+Green+Blue) = 220+119+20=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7714 is #2388EB. Grayscale: #8A8A8A. Windows color (decimal): -2328812 or 1341404. OLE color: 1341404.
HSL color Cylindrical-coordinate representation of color #DC7714: hue angle of 29.7º 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 #DC7714 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 20 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.14 |
| HSL | 29.7º | 0.83% | 0.47% | - |
| HSV(B) | 29.7º | 0.91% | 0.86% | - |
| XYZ | 36.24 | 28.46 | 4.25 | - |
| YUV | 137.91 | 61.46 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 20 | 0 | 0.46 | 0.91 | 0.14 | 29.7 | 0.83 | 0.47 |
| Hex | DC | 77 | 14 | 0 | 2E | 5B | E | 1E | 53 | 2F |
| Octal | 334 | 167 | 24 | 0 | 56 | 133 | 16 | 36 | 123 | 57 |
| Binary | 11011100 | 1110111 | 10100 | 0 | 101110 | 1011011 | 1110 | 11110 | 1010011 | 101111 |
Color Harmonies of #DC7714
Complementary color
Monochromatic Colors of #DC7714
Black with #DC7714
Text Example
Text Example
White with #DC7714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7714; }
p { color: rgb(220,119,20); }
H1.HeaderClassName
{
color: #DC7714;
}
.AnyTagClassName
{
color: #DC7714;
}
</style>
background-color css
<style>
a { background-color: #DC7714; }
a { background-color: rgb(220,119,20); }
div.DivClassName
{
background-color: #DC7714;
}
.BgClassName
{
background-color: #DC7714;
}
</style>
border-color css
<style>
span { border-color: #DC7714; }
span { border-color: rgb(220,119,20); }
td.TdClassName
{
border-color: #DC7714;
}
.TagClassName
{
border-color: #DC7714;
}
</style>