Shades of Mandy #DC5C5E
Tints of Mandy #DC5C5E
RGB
CMYK
RGB Variations
Color information
#DC5C5E (or 0xDC5C5E) is known color: Mandy. HEX triplet: DC, 5C and 5E. RGB value is (220,92,94). Sum of RGB (Red+Green+Blue) = 220+92+94=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C5E is #23A3A1. Grayscale: #828282. Windows color (decimal): -2335650 or 6184156. OLE color: 6184156.
HSL color Cylindrical-coordinate representation of color #DC5C5E: hue angle of 359.06º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5C5E is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 92 | 94 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.14 |
| HSL | 359.06º | 0.65% | 0.61% | - |
| HSV(B) | 359.06º | 0.58% | 0.86% | - |
| XYZ | 35.36 | 23.68 | 13.3 | - |
| YUV | 130.5 | 107.41 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 92 | 94 | 0 | 0.58 | 0.57 | 0.14 | 359.06 | 0.65 | 0.61 |
| Hex | DC | 5C | 5E | 0 | 3A | 39 | E | 167 | 41 | 3D |
| Octal | 334 | 134 | 136 | 0 | 72 | 71 | 16 | 547 | 101 | 75 |
| Binary | 11011100 | 1011100 | 1011110 | 0 | 111010 | 111001 | 1110 | 101100111 | 1000001 | 111101 |
Color Harmonies of #DC5C5E
Complementary color
Monochromatic Colors of #DC5C5E
Black with #DC5C5E
Text Example
Text Example
White with #DC5C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5C5E; }
p { color: rgb(220,92,94); }
H1.HeaderClassName
{
color: #DC5C5E;
}
.AnyTagClassName
{
color: #DC5C5E;
}
</style>
background-color css
<style>
a { background-color: #DC5C5E; }
a { background-color: rgb(220,92,94); }
div.DivClassName
{
background-color: #DC5C5E;
}
.BgClassName
{
background-color: #DC5C5E;
}
</style>
border-color css
<style>
span { border-color: #DC5C5E; }
span { border-color: rgb(220,92,94); }
td.TdClassName
{
border-color: #DC5C5E;
}
.TagClassName
{
border-color: #DC5C5E;
}
</style>