Shades of Valencia #DC5655
Tints of Valencia #DC5655
RGB
CMYK
RGB Variations
Color information
#DC5655 (or 0xDC5655) is known color: Valencia. HEX triplet: DC, 56 and 55. RGB value is (220,86,85). Sum of RGB (Red+Green+Blue) = 220+86+85=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5655 is #23A9AA. Grayscale: #7E7E7E. Windows color (decimal): -2337195 or 5592796. OLE color: 5592796.
HSL color Cylindrical-coordinate representation of color #DC5655: hue angle of 0.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5655 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 85 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.14 |
| HSL | 0.44º | 0.66% | 0.6% | - |
| HSV(B) | 0.44º | 0.61% | 0.86% | - |
| XYZ | 34.48 | 22.53 | 11.13 | - |
| YUV | 125.95 | 104.89 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 85 | 0 | 0.61 | 0.61 | 0.14 | 0.44 | 0.66 | 0.6 |
| Hex | DC | 56 | 55 | 0 | 3D | 3D | E | 0 | 42 | 3C |
| Octal | 334 | 126 | 125 | 0 | 75 | 75 | 16 | 0 | 102 | 74 |
| Binary | 11011100 | 1010110 | 1010101 | 0 | 111101 | 111101 | 1110 | 0 | 1000010 | 111100 |
Color Harmonies of #DC5655
Complementary color
Monochromatic Colors of #DC5655
Black with #DC5655
Text Example
Text Example
White with #DC5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5655; }
p { color: rgb(220,86,85); }
H1.HeaderClassName
{
color: #DC5655;
}
.AnyTagClassName
{
color: #DC5655;
}
</style>
background-color css
<style>
a { background-color: #DC5655; }
a { background-color: rgb(220,86,85); }
div.DivClassName
{
background-color: #DC5655;
}
.BgClassName
{
background-color: #DC5655;
}
</style>
border-color css
<style>
span { border-color: #DC5655; }
span { border-color: rgb(220,86,85); }
td.TdClassName
{
border-color: #DC5655;
}
.TagClassName
{
border-color: #DC5655;
}
</style>