Shades of Chocolate #DC5F25
Tints of Chocolate #DC5F25
RGB
CMYK
RGB Variations
Color information
#DC5F25 (or 0xDC5F25) is known color: Chocolate. HEX triplet: DC, 5F and 25. RGB value is (220,95,37). Sum of RGB (Red+Green+Blue) = 220+95+37=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5F25 is #23A0DA. Grayscale: #7E7E7E. Windows color (decimal): -2334939 or 2449372. OLE color: 2449372.
HSL color Cylindrical-coordinate representation of color #DC5F25: hue angle of 19.02º 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 #DC5F25 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 95 | 37 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.14 |
| HSL | 19.02º | 0.72% | 0.5% | - |
| HSV(B) | 19.02º | 0.83% | 0.86% | - |
| XYZ | 33.94 | 23.53 | 4.5 | - |
| YUV | 125.76 | 77.91 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 95 | 37 | 0 | 0.57 | 0.83 | 0.14 | 19.02 | 0.72 | 0.5 |
| Hex | DC | 5F | 25 | 0 | 39 | 53 | E | 13 | 48 | 32 |
| Octal | 334 | 137 | 45 | 0 | 71 | 123 | 16 | 23 | 110 | 62 |
| Binary | 11011100 | 1011111 | 100101 | 0 | 111001 | 1010011 | 1110 | 10011 | 1001000 | 110010 |
Color Harmonies of #DC5F25
Complementary color
Monochromatic Colors of #DC5F25
Black with #DC5F25
Text Example
Text Example
White with #DC5F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5F25; }
p { color: rgb(220,95,37); }
H1.HeaderClassName
{
color: #DC5F25;
}
.AnyTagClassName
{
color: #DC5F25;
}
</style>
background-color css
<style>
a { background-color: #DC5F25; }
a { background-color: rgb(220,95,37); }
div.DivClassName
{
background-color: #DC5F25;
}
.BgClassName
{
background-color: #DC5F25;
}
</style>
border-color css
<style>
span { border-color: #DC5F25; }
span { border-color: rgb(220,95,37); }
td.TdClassName
{
border-color: #DC5F25;
}
.TagClassName
{
border-color: #DC5F25;
}
</style>