Shades of Valencia #DC5855
Tints of Valencia #DC5855
RGB
CMYK
RGB Variations
Color information
#DC5855 (or 0xDC5855) is known color: Valencia. HEX triplet: DC, 58 and 55. RGB value is (220,88,85). Sum of RGB (Red+Green+Blue) = 220+88+85=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5855 is #23A7AA. Grayscale: #7F7F7F. Windows color (decimal): -2336683 or 5593308. OLE color: 5593308.
HSL color Cylindrical-coordinate representation of color #DC5855: hue angle of 1.33º 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 #DC5855 is Cyan = 0, Magento = 0.6, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 85 | - |
| CMYK | 0 | 0.6 | 0.61 | 0.14 |
| HSL | 1.33º | 0.66% | 0.6% | - |
| HSV(B) | 1.33º | 0.61% | 0.86% | - |
| XYZ | 34.64 | 22.85 | 11.18 | - |
| YUV | 127.13 | 104.23 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 85 | 0 | 0.6 | 0.61 | 0.14 | 1.33 | 0.66 | 0.6 |
| Hex | DC | 58 | 55 | 0 | 3C | 3D | E | 1 | 42 | 3C |
| Octal | 334 | 130 | 125 | 0 | 74 | 75 | 16 | 1 | 102 | 74 |
| Binary | 11011100 | 1011000 | 1010101 | 0 | 111100 | 111101 | 1110 | 1 | 1000010 | 111100 |
Color Harmonies of #DC5855
Complementary color
Monochromatic Colors of #DC5855
Black with #DC5855
Text Example
Text Example
White with #DC5855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5855; }
p { color: rgb(220,88,85); }
H1.HeaderClassName
{
color: #DC5855;
}
.AnyTagClassName
{
color: #DC5855;
}
</style>
background-color css
<style>
a { background-color: #DC5855; }
a { background-color: rgb(220,88,85); }
div.DivClassName
{
background-color: #DC5855;
}
.BgClassName
{
background-color: #DC5855;
}
</style>
border-color css
<style>
span { border-color: #DC5855; }
span { border-color: rgb(220,88,85); }
td.TdClassName
{
border-color: #DC5855;
}
.TagClassName
{
border-color: #DC5855;
}
</style>