Shades of Valencia #DC5756
Tints of Valencia #DC5756
RGB
CMYK
RGB Variations
Color information
#DC5756 (or 0xDC5756) is known color: Valencia. HEX triplet: DC, 57 and 56. RGB value is (220,87,86). Sum of RGB (Red+Green+Blue) = 220+87+86=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5756 is #23A8A9. Grayscale: #7E7E7E. Windows color (decimal): -2336938 or 5658588. OLE color: 5658588.
HSL color Cylindrical-coordinate representation of color #DC5756: hue angle of 0.45º 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 #DC5756 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 86 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.14 |
| HSL | 0.45º | 0.66% | 0.6% | - |
| HSV(B) | 0.45º | 0.61% | 0.86% | - |
| XYZ | 34.6 | 22.7 | 11.36 | - |
| YUV | 126.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 86 | 0 | 0.60 | 0.61 | 0.14 | 0.45 | 0.66 | 0.6 |
| Hex | DC | 57 | 56 | 0 | 3C | 3D | E | 0 | 42 | 3C |
| Octal | 334 | 127 | 126 | 0 | 74 | 75 | 16 | 0 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1010110 | 0 | 111100 | 111101 | 1110 | 0 | 1000010 | 111100 |
Color Harmonies of #DC5756
Complementary color
Monochromatic Colors of #DC5756
Black with #DC5756
Text Example
Text Example
White with #DC5756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5756; }
p { color: rgb(220,87,86); }
H1.HeaderClassName
{
color: #DC5756;
}
.AnyTagClassName
{
color: #DC5756;
}
</style>
background-color css
<style>
a { background-color: #DC5756; }
a { background-color: rgb(220,87,86); }
div.DivClassName
{
background-color: #DC5756;
}
.BgClassName
{
background-color: #DC5756;
}
</style>
border-color css
<style>
span { border-color: #DC5756; }
span { border-color: rgb(220,87,86); }
td.TdClassName
{
border-color: #DC5756;
}
.TagClassName
{
border-color: #DC5756;
}
</style>