Shades of Chocolate #DC6720
Tints of Chocolate #DC6720
RGB
CMYK
RGB Variations
Color information
#DC6720 (or 0xDC6720) is known color: Chocolate. HEX triplet: DC, 67 and 20. RGB value is (220,103,32). Sum of RGB (Red+Green+Blue) = 220+103+32=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6720 is #2398DF. Grayscale: #828282. Windows color (decimal): -2332896 or 2123740. OLE color: 2123740.
HSL color Cylindrical-coordinate representation of color #DC6720: hue angle of 22.66º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC6720 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 32 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.14 |
| HSL | 22.66º | 0.75% | 0.49% | - |
| HSV(B) | 22.66º | 0.85% | 0.86% | - |
| XYZ | 34.63 | 25.02 | 4.37 | - |
| YUV | 129.89 | 72.76 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 32 | 0 | 0.53 | 0.85 | 0.14 | 22.66 | 0.75 | 0.49 |
| Hex | DC | 67 | 20 | 0 | 35 | 55 | E | 17 | 4B | 31 |
| Octal | 334 | 147 | 40 | 0 | 65 | 125 | 16 | 27 | 113 | 61 |
| Binary | 11011100 | 1100111 | 100000 | 0 | 110101 | 1010101 | 1110 | 10111 | 1001011 | 110001 |
Color Harmonies of #DC6720
Complementary color
Monochromatic Colors of #DC6720
Black with #DC6720
Text Example
Text Example
White with #DC6720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6720; }
p { color: rgb(220,103,32); }
H1.HeaderClassName
{
color: #DC6720;
}
.AnyTagClassName
{
color: #DC6720;
}
</style>
background-color css
<style>
a { background-color: #DC6720; }
a { background-color: rgb(220,103,32); }
div.DivClassName
{
background-color: #DC6720;
}
.BgClassName
{
background-color: #DC6720;
}
</style>
border-color css
<style>
span { border-color: #DC6720; }
span { border-color: rgb(220,103,32); }
td.TdClassName
{
border-color: #DC6720;
}
.TagClassName
{
border-color: #DC6720;
}
</style>