Shades of Valencia #DC584E
Tints of Valencia #DC584E
RGB
CMYK
RGB Variations
Color information
#DC584E (or 0xDC584E) is known color: Valencia. HEX triplet: DC, 58 and 4E. RGB value is (220,88,78). Sum of RGB (Red+Green+Blue) = 220+88+78=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC584E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC584E is #23A7B1. Grayscale: #7E7E7E. Windows color (decimal): -2336690 or 5134556. OLE color: 5134556.
HSL color Cylindrical-coordinate representation of color #DC584E: hue angle of 4.23º 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 #DC584E is Cyan = 0, Magento = 0.6, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 78 | - |
| CMYK | 0 | 0.6 | 0.65 | 0.14 |
| HSL | 4.23º | 0.67% | 0.58% | - |
| HSV(B) | 4.23º | 0.65% | 0.86% | - |
| XYZ | 34.38 | 22.75 | 9.79 | - |
| YUV | 126.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 78 | 0 | 0.6 | 0.65 | 0.14 | 4.23 | 0.67 | 0.58 |
| Hex | DC | 58 | 4E | 0 | 3C | 41 | E | 4 | 43 | 3A |
| Octal | 334 | 130 | 116 | 0 | 74 | 101 | 16 | 4 | 103 | 72 |
| Binary | 11011100 | 1011000 | 1001110 | 0 | 111100 | 1000001 | 1110 | 100 | 1000011 | 111010 |
Color Harmonies of #DC584E
Complementary color
Monochromatic Colors of #DC584E
Black with #DC584E
Text Example
Text Example
White with #DC584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC584E; }
p { color: rgb(220,88,78); }
H1.HeaderClassName
{
color: #DC584E;
}
.AnyTagClassName
{
color: #DC584E;
}
</style>
background-color css
<style>
a { background-color: #DC584E; }
a { background-color: rgb(220,88,78); }
div.DivClassName
{
background-color: #DC584E;
}
.BgClassName
{
background-color: #DC584E;
}
</style>
border-color css
<style>
span { border-color: #DC584E; }
span { border-color: rgb(220,88,78); }
td.TdClassName
{
border-color: #DC584E;
}
.TagClassName
{
border-color: #DC584E;
}
</style>