Shades of Valencia #DC5047
Tints of Valencia #DC5047
RGB
CMYK
RGB Variations
Color information
#DC5047 (or 0xDC5047) is known color: Valencia. HEX triplet: DC, 50 and 47. RGB value is (220,80,71). Sum of RGB (Red+Green+Blue) = 220+80+71=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5047 is #23AFB8. Grayscale: #797979. Windows color (decimal): -2338745 or 4673756. OLE color: 4673756.
HSL color Cylindrical-coordinate representation of color #DC5047: hue angle of 3.62º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC5047 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 71 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.14 |
| HSL | 3.62º | 0.68% | 0.57% | - |
| HSV(B) | 3.62º | 0.68% | 0.86% | - |
| XYZ | 33.52 | 21.41 | 8.33 | - |
| YUV | 120.83 | 99.88 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 71 | 0 | 0.64 | 0.68 | 0.14 | 3.62 | 0.68 | 0.57 |
| Hex | DC | 50 | 47 | 0 | 40 | 44 | E | 4 | 44 | 39 |
| Octal | 334 | 120 | 107 | 0 | 100 | 104 | 16 | 4 | 104 | 71 |
| Binary | 11011100 | 1010000 | 1000111 | 0 | 1000000 | 1000100 | 1110 | 100 | 1000100 | 111001 |
Color Harmonies of #DC5047
Complementary color
Monochromatic Colors of #DC5047
Black with #DC5047
Text Example
Text Example
White with #DC5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5047; }
p { color: rgb(220,80,71); }
H1.HeaderClassName
{
color: #DC5047;
}
.AnyTagClassName
{
color: #DC5047;
}
</style>
background-color css
<style>
a { background-color: #DC5047; }
a { background-color: rgb(220,80,71); }
div.DivClassName
{
background-color: #DC5047;
}
.BgClassName
{
background-color: #DC5047;
}
</style>
border-color css
<style>
span { border-color: #DC5047; }
span { border-color: rgb(220,80,71); }
td.TdClassName
{
border-color: #DC5047;
}
.TagClassName
{
border-color: #DC5047;
}
</style>