Shades of Valencia #DC5949
Tints of Valencia #DC5949
RGB
CMYK
RGB Variations
Color information
#DC5949 (or 0xDC5949) is known color: Valencia. HEX triplet: DC, 59 and 49. RGB value is (220,89,73). Sum of RGB (Red+Green+Blue) = 220+89+73=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5949 is #23A6B6. Grayscale: #7E7E7E. Windows color (decimal): -2336439 or 4807132. OLE color: 4807132.
HSL color Cylindrical-coordinate representation of color #DC5949: hue angle of 6.53º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC5949 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 73 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.14 |
| HSL | 6.53º | 0.68% | 0.57% | - |
| HSV(B) | 6.53º | 0.67% | 0.86% | - |
| XYZ | 34.29 | 22.84 | 8.9 | - |
| YUV | 126.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 73 | 0 | 0.60 | 0.67 | 0.14 | 6.53 | 0.68 | 0.57 |
| Hex | DC | 59 | 49 | 0 | 3C | 43 | E | 7 | 44 | 39 |
| Octal | 334 | 131 | 111 | 0 | 74 | 103 | 16 | 7 | 104 | 71 |
| Binary | 11011100 | 1011001 | 1001001 | 0 | 111100 | 1000011 | 1110 | 111 | 1000100 | 111001 |
Color Harmonies of #DC5949
Complementary color
Monochromatic Colors of #DC5949
Black with #DC5949
Text Example
Text Example
White with #DC5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5949; }
p { color: rgb(220,89,73); }
H1.HeaderClassName
{
color: #DC5949;
}
.AnyTagClassName
{
color: #DC5949;
}
</style>
background-color css
<style>
a { background-color: #DC5949; }
a { background-color: rgb(220,89,73); }
div.DivClassName
{
background-color: #DC5949;
}
.BgClassName
{
background-color: #DC5949;
}
</style>
border-color css
<style>
span { border-color: #DC5949; }
span { border-color: rgb(220,89,73); }
td.TdClassName
{
border-color: #DC5949;
}
.TagClassName
{
border-color: #DC5949;
}
</style>