Shades of Chocolate #DC6425
Tints of Chocolate #DC6425
RGB
CMYK
RGB Variations
Color information
#DC6425 (or 0xDC6425) is known color: Chocolate. HEX triplet: DC, 64 and 25. RGB value is (220,100,37). Sum of RGB (Red+Green+Blue) = 220+100+37=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6425 is #239BDA. Grayscale: #818181. Windows color (decimal): -2333659 or 2450652. OLE color: 2450652.
HSL color Cylindrical-coordinate representation of color #DC6425: hue angle of 20.66º 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 #DC6425 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 37 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.14 |
| HSL | 20.66º | 0.72% | 0.5% | - |
| HSV(B) | 20.66º | 0.83% | 0.86% | - |
| XYZ | 34.41 | 24.46 | 4.66 | - |
| YUV | 128.7 | 76.26 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 37 | 0 | 0.55 | 0.83 | 0.14 | 20.66 | 0.72 | 0.5 |
| Hex | DC | 64 | 25 | 0 | 37 | 53 | E | 15 | 48 | 32 |
| Octal | 334 | 144 | 45 | 0 | 67 | 123 | 16 | 25 | 110 | 62 |
| Binary | 11011100 | 1100100 | 100101 | 0 | 110111 | 1010011 | 1110 | 10101 | 1001000 | 110010 |
Color Harmonies of #DC6425
Complementary color
Monochromatic Colors of #DC6425
Black with #DC6425
Text Example
Text Example
White with #DC6425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6425; }
p { color: rgb(220,100,37); }
H1.HeaderClassName
{
color: #DC6425;
}
.AnyTagClassName
{
color: #DC6425;
}
</style>
background-color css
<style>
a { background-color: #DC6425; }
a { background-color: rgb(220,100,37); }
div.DivClassName
{
background-color: #DC6425;
}
.BgClassName
{
background-color: #DC6425;
}
</style>
border-color css
<style>
span { border-color: #DC6425; }
span { border-color: rgb(220,100,37); }
td.TdClassName
{
border-color: #DC6425;
}
.TagClassName
{
border-color: #DC6425;
}
</style>