Shades of Valencia #DC5849
Tints of Valencia #DC5849
RGB
CMYK
RGB Variations
Color information
#DC5849 (or 0xDC5849) is known color: Valencia. HEX triplet: DC, 58 and 49. RGB value is (220,88,73). Sum of RGB (Red+Green+Blue) = 220+88+73=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5849 is #23A7B6. Grayscale: #7D7D7D. Windows color (decimal): -2336695 or 4806876. OLE color: 4806876.
HSL color Cylindrical-coordinate representation of color #DC5849: hue angle of 6.12º 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 #DC5849 is Cyan = 0, Magento = 0.6, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 73 | - |
| CMYK | 0 | 0.6 | 0.67 | 0.14 |
| HSL | 6.12º | 0.68% | 0.57% | - |
| HSV(B) | 6.12º | 0.67% | 0.86% | - |
| XYZ | 34.21 | 22.68 | 8.88 | - |
| YUV | 125.76 | 98.23 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 73 | 0 | 0.6 | 0.67 | 0.14 | 6.12 | 0.68 | 0.57 |
| Hex | DC | 58 | 49 | 0 | 3C | 43 | E | 6 | 44 | 39 |
| Octal | 334 | 130 | 111 | 0 | 74 | 103 | 16 | 6 | 104 | 71 |
| Binary | 11011100 | 1011000 | 1001001 | 0 | 111100 | 1000011 | 1110 | 110 | 1000100 | 111001 |
Color Harmonies of #DC5849
Complementary color
Monochromatic Colors of #DC5849
Black with #DC5849
Text Example
Text Example
White with #DC5849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5849; }
p { color: rgb(220,88,73); }
H1.HeaderClassName
{
color: #DC5849;
}
.AnyTagClassName
{
color: #DC5849;
}
</style>
background-color css
<style>
a { background-color: #DC5849; }
a { background-color: rgb(220,88,73); }
div.DivClassName
{
background-color: #DC5849;
}
.BgClassName
{
background-color: #DC5849;
}
</style>
border-color css
<style>
span { border-color: #DC5849; }
span { border-color: rgb(220,88,73); }
td.TdClassName
{
border-color: #DC5849;
}
.TagClassName
{
border-color: #DC5849;
}
</style>