Shades of Valencia #DC5854
Tints of Valencia #DC5854
RGB
CMYK
RGB Variations
Color information
#DC5854 (or 0xDC5854) is known color: Valencia. HEX triplet: DC, 58 and 54. RGB value is (220,88,84). Sum of RGB (Red+Green+Blue) = 220+88+84=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5854 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5854 is #23A7AB. Grayscale: #7F7F7F. Windows color (decimal): -2336684 or 5527772. OLE color: 5527772.
HSL color Cylindrical-coordinate representation of color #DC5854: hue angle of 1.76º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5854 is Cyan = 0, Magento = 0.6, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 84 | - |
| CMYK | 0 | 0.6 | 0.62 | 0.14 |
| HSL | 1.76º | 0.66% | 0.6% | - |
| HSV(B) | 1.76º | 0.62% | 0.86% | - |
| XYZ | 34.61 | 22.84 | 10.97 | - |
| YUV | 127.01 | 103.73 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 84 | 0 | 0.6 | 0.62 | 0.14 | 1.76 | 0.66 | 0.6 |
| Hex | DC | 58 | 54 | 0 | 3C | 3E | E | 2 | 42 | 3C |
| Octal | 334 | 130 | 124 | 0 | 74 | 76 | 16 | 2 | 102 | 74 |
| Binary | 11011100 | 1011000 | 1010100 | 0 | 111100 | 111110 | 1110 | 10 | 1000010 | 111100 |
Color Harmonies of #DC5854
Complementary color
Monochromatic Colors of #DC5854
Black with #DC5854
Text Example
Text Example
White with #DC5854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5854; }
p { color: rgb(220,88,84); }
H1.HeaderClassName
{
color: #DC5854;
}
.AnyTagClassName
{
color: #DC5854;
}
</style>
background-color css
<style>
a { background-color: #DC5854; }
a { background-color: rgb(220,88,84); }
div.DivClassName
{
background-color: #DC5854;
}
.BgClassName
{
background-color: #DC5854;
}
</style>
border-color css
<style>
span { border-color: #DC5854; }
span { border-color: rgb(220,88,84); }
td.TdClassName
{
border-color: #DC5854;
}
.TagClassName
{
border-color: #DC5854;
}
</style>