Shades of Valencia #DC5950
Tints of Valencia #DC5950
RGB
CMYK
RGB Variations
Color information
#DC5950 (or 0xDC5950) is known color: Valencia. HEX triplet: DC, 59 and 50. RGB value is (220,89,80). Sum of RGB (Red+Green+Blue) = 220+89+80=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5950 is #23A6AF. Grayscale: #7F7F7F. Windows color (decimal): -2336432 or 5265884. OLE color: 5265884.
HSL color Cylindrical-coordinate representation of color #DC5950: hue angle of 3.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5950 is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 80 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.14 |
| HSL | 3.86º | 0.67% | 0.59% | - |
| HSV(B) | 3.86º | 0.64% | 0.86% | - |
| XYZ | 34.54 | 22.94 | 10.2 | - |
| YUV | 127.14 | 101.4 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 80 | 0 | 0.60 | 0.64 | 0.14 | 3.86 | 0.67 | 0.59 |
| Hex | DC | 59 | 50 | 0 | 3C | 40 | E | 4 | 43 | 3B |
| Octal | 334 | 131 | 120 | 0 | 74 | 100 | 16 | 4 | 103 | 73 |
| Binary | 11011100 | 1011001 | 1010000 | 0 | 111100 | 1000000 | 1110 | 100 | 1000011 | 111011 |
Color Harmonies of #DC5950
Complementary color
Monochromatic Colors of #DC5950
Black with #DC5950
Text Example
Text Example
White with #DC5950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5950; }
p { color: rgb(220,89,80); }
H1.HeaderClassName
{
color: #DC5950;
}
.AnyTagClassName
{
color: #DC5950;
}
</style>
background-color css
<style>
a { background-color: #DC5950; }
a { background-color: rgb(220,89,80); }
div.DivClassName
{
background-color: #DC5950;
}
.BgClassName
{
background-color: #DC5950;
}
</style>
border-color css
<style>
span { border-color: #DC5950; }
span { border-color: rgb(220,89,80); }
td.TdClassName
{
border-color: #DC5950;
}
.TagClassName
{
border-color: #DC5950;
}
</style>