Shades of Valencia #DC584F
Tints of Valencia #DC584F
RGB
CMYK
RGB Variations
Color information
#DC584F (or 0xDC584F) is known color: Valencia. HEX triplet: DC, 58 and 4F. RGB value is (220,88,79). Sum of RGB (Red+Green+Blue) = 220+88+79=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC584F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC584F is #23A7B0. Grayscale: #7E7E7E. Windows color (decimal): -2336689 or 5200092. OLE color: 5200092.
HSL color Cylindrical-coordinate representation of color #DC584F: hue angle of 3.83º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC584F is Cyan = 0, Magento = 0.6, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 88 | 79 | - |
| CMYK | 0 | 0.6 | 0.64 | 0.14 |
| HSL | 3.83º | 0.67% | 0.59% | - |
| HSV(B) | 3.83º | 0.64% | 0.86% | - |
| XYZ | 34.42 | 22.76 | 9.98 | - |
| YUV | 126.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 88 | 79 | 0 | 0.6 | 0.64 | 0.14 | 3.83 | 0.67 | 0.59 |
| Hex | DC | 58 | 4F | 0 | 3C | 40 | E | 4 | 43 | 3B |
| Octal | 334 | 130 | 117 | 0 | 74 | 100 | 16 | 4 | 103 | 73 |
| Binary | 11011100 | 1011000 | 1001111 | 0 | 111100 | 1000000 | 1110 | 100 | 1000011 | 111011 |
Color Harmonies of #DC584F
Complementary color
Monochromatic Colors of #DC584F
Black with #DC584F
Text Example
Text Example
White with #DC584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC584F; }
p { color: rgb(220,88,79); }
H1.HeaderClassName
{
color: #DC584F;
}
.AnyTagClassName
{
color: #DC584F;
}
</style>
background-color css
<style>
a { background-color: #DC584F; }
a { background-color: rgb(220,88,79); }
div.DivClassName
{
background-color: #DC584F;
}
.BgClassName
{
background-color: #DC584F;
}
</style>
border-color css
<style>
span { border-color: #DC584F; }
span { border-color: rgb(220,88,79); }
td.TdClassName
{
border-color: #DC584F;
}
.TagClassName
{
border-color: #DC584F;
}
</style>