Shades of Valencia #DC594D
Tints of Valencia #DC594D
RGB
CMYK
RGB Variations
Color information
#DC594D (or 0xDC594D) is known color: Valencia. HEX triplet: DC, 59 and 4D. RGB value is (220,89,77). Sum of RGB (Red+Green+Blue) = 220+89+77=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC594D is #23A6B2. Grayscale: #7E7E7E. Windows color (decimal): -2336435 or 5069276. OLE color: 5069276.
HSL color Cylindrical-coordinate representation of color #DC594D: hue angle of 5.03º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC594D is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 77 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.14 |
| HSL | 5.03º | 0.67% | 0.58% | - |
| HSV(B) | 5.03º | 0.65% | 0.86% | - |
| XYZ | 34.43 | 22.9 | 9.63 | - |
| YUV | 126.8 | 99.9 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 77 | 0 | 0.60 | 0.65 | 0.14 | 5.03 | 0.67 | 0.58 |
| Hex | DC | 59 | 4D | 0 | 3C | 41 | E | 5 | 43 | 3A |
| Octal | 334 | 131 | 115 | 0 | 74 | 101 | 16 | 5 | 103 | 72 |
| Binary | 11011100 | 1011001 | 1001101 | 0 | 111100 | 1000001 | 1110 | 101 | 1000011 | 111010 |
Color Harmonies of #DC594D
Complementary color
Monochromatic Colors of #DC594D
Black with #DC594D
Text Example
Text Example
White with #DC594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC594D; }
p { color: rgb(220,89,77); }
H1.HeaderClassName
{
color: #DC594D;
}
.AnyTagClassName
{
color: #DC594D;
}
</style>
background-color css
<style>
a { background-color: #DC594D; }
a { background-color: rgb(220,89,77); }
div.DivClassName
{
background-color: #DC594D;
}
.BgClassName
{
background-color: #DC594D;
}
</style>
border-color css
<style>
span { border-color: #DC594D; }
span { border-color: rgb(220,89,77); }
td.TdClassName
{
border-color: #DC594D;
}
.TagClassName
{
border-color: #DC594D;
}
</style>