Shades of Valencia #DC5A47
Tints of Valencia #DC5A47
RGB
CMYK
RGB Variations
Color information
#DC5A47 (or 0xDC5A47) is known color: Valencia. HEX triplet: DC, 5A and 47. RGB value is (220,90,71). Sum of RGB (Red+Green+Blue) = 220+90+71=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A47 is #23A5B8. Grayscale: #7E7E7E. Windows color (decimal): -2336185 or 4676316. OLE color: 4676316.
HSL color Cylindrical-coordinate representation of color #DC5A47: hue angle of 7.65º 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 #DC5A47 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 71 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.14 |
| HSL | 7.65º | 0.68% | 0.57% | - |
| HSV(B) | 7.65º | 0.68% | 0.86% | - |
| XYZ | 34.31 | 22.98 | 8.59 | - |
| YUV | 126.7 | 96.57 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 71 | 0 | 0.59 | 0.68 | 0.14 | 7.65 | 0.68 | 0.57 |
| Hex | DC | 5A | 47 | 0 | 3B | 44 | E | 8 | 44 | 39 |
| Octal | 334 | 132 | 107 | 0 | 73 | 104 | 16 | 10 | 104 | 71 |
| Binary | 11011100 | 1011010 | 1000111 | 0 | 111011 | 1000100 | 1110 | 1000 | 1000100 | 111001 |
Color Harmonies of #DC5A47
Complementary color
Monochromatic Colors of #DC5A47
Black with #DC5A47
Text Example
Text Example
White with #DC5A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A47; }
p { color: rgb(220,90,71); }
H1.HeaderClassName
{
color: #DC5A47;
}
.AnyTagClassName
{
color: #DC5A47;
}
</style>
background-color css
<style>
a { background-color: #DC5A47; }
a { background-color: rgb(220,90,71); }
div.DivClassName
{
background-color: #DC5A47;
}
.BgClassName
{
background-color: #DC5A47;
}
</style>
border-color css
<style>
span { border-color: #DC5A47; }
span { border-color: rgb(220,90,71); }
td.TdClassName
{
border-color: #DC5A47;
}
.TagClassName
{
border-color: #DC5A47;
}
</style>