Shades of Chocolate #DC6625
Tints of Chocolate #DC6625
RGB
CMYK
RGB Variations
Color information
#DC6625 (or 0xDC6625) is known color: Chocolate. HEX triplet: DC, 66 and 25. RGB value is (220,102,37). Sum of RGB (Red+Green+Blue) = 220+102+37=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6625 is #2399DA. Grayscale: #828282. Windows color (decimal): -2333147 or 2451164. OLE color: 2451164.
HSL color Cylindrical-coordinate representation of color #DC6625: hue angle of 21.31º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC6625 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 37 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.14 |
| HSL | 21.31º | 0.72% | 0.5% | - |
| HSV(B) | 21.31º | 0.83% | 0.86% | - |
| XYZ | 34.6 | 24.85 | 4.72 | - |
| YUV | 129.87 | 75.59 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 37 | 0 | 0.54 | 0.83 | 0.14 | 21.31 | 0.72 | 0.5 |
| Hex | DC | 66 | 25 | 0 | 36 | 53 | E | 15 | 48 | 32 |
| Octal | 334 | 146 | 45 | 0 | 66 | 123 | 16 | 25 | 110 | 62 |
| Binary | 11011100 | 1100110 | 100101 | 0 | 110110 | 1010011 | 1110 | 10101 | 1001000 | 110010 |
Color Harmonies of #DC6625
Complementary color
Monochromatic Colors of #DC6625
Black with #DC6625
Text Example
Text Example
White with #DC6625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6625; }
p { color: rgb(220,102,37); }
H1.HeaderClassName
{
color: #DC6625;
}
.AnyTagClassName
{
color: #DC6625;
}
</style>
background-color css
<style>
a { background-color: #DC6625; }
a { background-color: rgb(220,102,37); }
div.DivClassName
{
background-color: #DC6625;
}
.BgClassName
{
background-color: #DC6625;
}
</style>
border-color css
<style>
span { border-color: #DC6625; }
span { border-color: rgb(220,102,37); }
td.TdClassName
{
border-color: #DC6625;
}
.TagClassName
{
border-color: #DC6625;
}
</style>