Shades of Valencia #DC5A50
Tints of Valencia #DC5A50
RGB
CMYK
RGB Variations
Color information
#DC5A50 (or 0xDC5A50) is known color: Valencia. HEX triplet: DC, 5A and 50. RGB value is (220,90,80). Sum of RGB (Red+Green+Blue) = 220+90+80=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5A50 is #23A5AF. Grayscale: #7F7F7F. Windows color (decimal): -2336176 or 5266140. OLE color: 5266140.
HSL color Cylindrical-coordinate representation of color #DC5A50: hue angle of 4.29º 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 #DC5A50 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 80 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.14 |
| HSL | 4.29º | 0.67% | 0.59% | - |
| HSV(B) | 4.29º | 0.64% | 0.86% | - |
| XYZ | 34.62 | 23.11 | 10.22 | - |
| YUV | 127.73 | 101.07 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 80 | 0 | 0.59 | 0.64 | 0.14 | 4.29 | 0.67 | 0.59 |
| Hex | DC | 5A | 50 | 0 | 3B | 40 | E | 4 | 43 | 3B |
| Octal | 334 | 132 | 120 | 0 | 73 | 100 | 16 | 4 | 103 | 73 |
| Binary | 11011100 | 1011010 | 1010000 | 0 | 111011 | 1000000 | 1110 | 100 | 1000011 | 111011 |
Color Harmonies of #DC5A50
Complementary color
Monochromatic Colors of #DC5A50
Black with #DC5A50
Text Example
Text Example
White with #DC5A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A50; }
p { color: rgb(220,90,80); }
H1.HeaderClassName
{
color: #DC5A50;
}
.AnyTagClassName
{
color: #DC5A50;
}
</style>
background-color css
<style>
a { background-color: #DC5A50; }
a { background-color: rgb(220,90,80); }
div.DivClassName
{
background-color: #DC5A50;
}
.BgClassName
{
background-color: #DC5A50;
}
</style>
border-color css
<style>
span { border-color: #DC5A50; }
span { border-color: rgb(220,90,80); }
td.TdClassName
{
border-color: #DC5A50;
}
.TagClassName
{
border-color: #DC5A50;
}
</style>