Shades of Chocolate #DC6525
Tints of Chocolate #DC6525
RGB
CMYK
RGB Variations
Color information
#DC6525 (or 0xDC6525) is known color: Chocolate. HEX triplet: DC, 65 and 25. RGB value is (220,101,37). Sum of RGB (Red+Green+Blue) = 220+101+37=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6525 is #239ADA. Grayscale: #818181. Windows color (decimal): -2333403 or 2450908. OLE color: 2450908.
HSL color Cylindrical-coordinate representation of color #DC6525: hue angle of 20.98º 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 #DC6525 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 37 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.14 |
| HSL | 20.98º | 0.72% | 0.5% | - |
| HSV(B) | 20.98º | 0.83% | 0.86% | - |
| XYZ | 34.5 | 24.66 | 4.69 | - |
| YUV | 129.29 | 75.92 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 37 | 0 | 0.54 | 0.83 | 0.14 | 20.98 | 0.72 | 0.5 |
| Hex | DC | 65 | 25 | 0 | 36 | 53 | E | 15 | 48 | 32 |
| Octal | 334 | 145 | 45 | 0 | 66 | 123 | 16 | 25 | 110 | 62 |
| Binary | 11011100 | 1100101 | 100101 | 0 | 110110 | 1010011 | 1110 | 10101 | 1001000 | 110010 |
Color Harmonies of #DC6525
Complementary color
Monochromatic Colors of #DC6525
Black with #DC6525
Text Example
Text Example
White with #DC6525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6525; }
p { color: rgb(220,101,37); }
H1.HeaderClassName
{
color: #DC6525;
}
.AnyTagClassName
{
color: #DC6525;
}
</style>
background-color css
<style>
a { background-color: #DC6525; }
a { background-color: rgb(220,101,37); }
div.DivClassName
{
background-color: #DC6525;
}
.BgClassName
{
background-color: #DC6525;
}
</style>
border-color css
<style>
span { border-color: #DC6525; }
span { border-color: rgb(220,101,37); }
td.TdClassName
{
border-color: #DC6525;
}
.TagClassName
{
border-color: #DC6525;
}
</style>