Shades of Chocolate #DC6719
Tints of Chocolate #DC6719
RGB
CMYK
RGB Variations
Color information
#DC6719 (or 0xDC6719) is known color: Chocolate. HEX triplet: DC, 67 and 19. RGB value is (220,103,25). Sum of RGB (Red+Green+Blue) = 220+103+25=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6719 is #2398E6. Grayscale: #818181. Windows color (decimal): -2332903 or 1664988. OLE color: 1664988.
HSL color Cylindrical-coordinate representation of color #DC6719: hue angle of 24º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC6719 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 25 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.14 |
| HSL | 24º | 0.8% | 0.48% | - |
| HSV(B) | 24º | 0.89% | 0.86% | - |
| XYZ | 34.54 | 24.99 | 3.92 | - |
| YUV | 129.09 | 69.26 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 25 | 0 | 0.53 | 0.89 | 0.14 | 24 | 0.8 | 0.48 |
| Hex | DC | 67 | 19 | 0 | 35 | 59 | E | 18 | 50 | 30 |
| Octal | 334 | 147 | 31 | 0 | 65 | 131 | 16 | 30 | 120 | 60 |
| Binary | 11011100 | 1100111 | 11001 | 0 | 110101 | 1011001 | 1110 | 11000 | 1010000 | 110000 |
Color Harmonies of #DC6719
Complementary color
Monochromatic Colors of #DC6719
Black with #DC6719
Text Example
Text Example
White with #DC6719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6719; }
p { color: rgb(220,103,25); }
H1.HeaderClassName
{
color: #DC6719;
}
.AnyTagClassName
{
color: #DC6719;
}
</style>
background-color css
<style>
a { background-color: #DC6719; }
a { background-color: rgb(220,103,25); }
div.DivClassName
{
background-color: #DC6719;
}
.BgClassName
{
background-color: #DC6719;
}
</style>
border-color css
<style>
span { border-color: #DC6719; }
span { border-color: rgb(220,103,25); }
td.TdClassName
{
border-color: #DC6719;
}
.TagClassName
{
border-color: #DC6719;
}
</style>