Shades of Valencia #DC5656
Tints of Valencia #DC5656
RGB
CMYK
RGB Variations
Color information
#DC5656 (or 0xDC5656) is known color: Valencia. HEX triplet: DC, 56 and 56. RGB value is (220,86,86). Sum of RGB (Red+Green+Blue) = 220+86+86=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5656 is #23A9A9. Grayscale: #7E7E7E. Windows color (decimal): -2337194 or 5658332. OLE color: 5658332.
HSL color Cylindrical-coordinate representation of color #DC5656: hue angle of 0º 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 #DC5656 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 86 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.14 |
| HSL | 0º | 0.66% | 0.6% | - |
| HSV(B) | 0º | 0.61% | 0.86% | - |
| XYZ | 34.52 | 22.54 | 11.34 | - |
| YUV | 126.07 | 105.39 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 86 | 0 | 0.61 | 0.61 | 0.14 | 0 | 0.66 | 0.6 |
| Hex | DC | 56 | 56 | 0 | 3D | 3D | E | 0 | 42 | 3C |
| Octal | 334 | 126 | 126 | 0 | 75 | 75 | 16 | 0 | 102 | 74 |
| Binary | 11011100 | 1010110 | 1010110 | 0 | 111101 | 111101 | 1110 | 0 | 1000010 | 111100 |
Color Harmonies of #DC5656
Complementary color
Monochromatic Colors of #DC5656
Black with #DC5656
Text Example
Text Example
White with #DC5656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5656; }
p { color: rgb(220,86,86); }
H1.HeaderClassName
{
color: #DC5656;
}
.AnyTagClassName
{
color: #DC5656;
}
</style>
background-color css
<style>
a { background-color: #DC5656; }
a { background-color: rgb(220,86,86); }
div.DivClassName
{
background-color: #DC5656;
}
.BgClassName
{
background-color: #DC5656;
}
</style>
border-color css
<style>
span { border-color: #DC5656; }
span { border-color: rgb(220,86,86); }
td.TdClassName
{
border-color: #DC5656;
}
.TagClassName
{
border-color: #DC5656;
}
</style>