Shades of Valencia #DC5A46
Tints of Valencia #DC5A46
RGB
CMYK
RGB Variations
Color information
#DC5A46 (or 0xDC5A46) is known color: Valencia. HEX triplet: DC, 5A and 46. RGB value is (220,90,70). Sum of RGB (Red+Green+Blue) = 220+90+70=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A46 is #23A5B9. Grayscale: #7E7E7E. Windows color (decimal): -2336186 or 4610780. OLE color: 4610780.
HSL color Cylindrical-coordinate representation of color #DC5A46: hue angle of 8º 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 #DC5A46 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 70 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.14 |
| HSL | 8º | 0.68% | 0.57% | - |
| HSV(B) | 8º | 0.68% | 0.86% | - |
| XYZ | 34.28 | 22.97 | 8.42 | - |
| YUV | 126.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 70 | 0 | 0.59 | 0.68 | 0.14 | 8 | 0.68 | 0.57 |
| Hex | DC | 5A | 46 | 0 | 3B | 44 | E | 8 | 44 | 39 |
| Octal | 334 | 132 | 106 | 0 | 73 | 104 | 16 | 10 | 104 | 71 |
| Binary | 11011100 | 1011010 | 1000110 | 0 | 111011 | 1000100 | 1110 | 1000 | 1000100 | 111001 |
Color Harmonies of #DC5A46
Complementary color
Monochromatic Colors of #DC5A46
Black with #DC5A46
Text Example
Text Example
White with #DC5A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A46; }
p { color: rgb(220,90,70); }
H1.HeaderClassName
{
color: #DC5A46;
}
.AnyTagClassName
{
color: #DC5A46;
}
</style>
background-color css
<style>
a { background-color: #DC5A46; }
a { background-color: rgb(220,90,70); }
div.DivClassName
{
background-color: #DC5A46;
}
.BgClassName
{
background-color: #DC5A46;
}
</style>
border-color css
<style>
span { border-color: #DC5A46; }
span { border-color: rgb(220,90,70); }
td.TdClassName
{
border-color: #DC5A46;
}
.TagClassName
{
border-color: #DC5A46;
}
</style>