Shades of Valencia #DC5952
Tints of Valencia #DC5952
RGB
CMYK
RGB Variations
Color information
#DC5952 (or 0xDC5952) is known color: Valencia. HEX triplet: DC, 59 and 52. RGB value is (220,89,82). Sum of RGB (Red+Green+Blue) = 220+89+82=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5952 is #23A6AD. Grayscale: #7F7F7F. Windows color (decimal): -2336430 or 5396956. OLE color: 5396956.
HSL color Cylindrical-coordinate representation of color #DC5952: hue angle of 3.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5952 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 82 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.14 |
| HSL | 3.04º | 0.66% | 0.59% | - |
| HSV(B) | 3.04º | 0.63% | 0.86% | - |
| XYZ | 34.61 | 22.97 | 10.59 | - |
| YUV | 127.37 | 102.4 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 82 | 0 | 0.60 | 0.63 | 0.14 | 3.04 | 0.66 | 0.59 |
| Hex | DC | 59 | 52 | 0 | 3C | 3F | E | 3 | 42 | 3B |
| Octal | 334 | 131 | 122 | 0 | 74 | 77 | 16 | 3 | 102 | 73 |
| Binary | 11011100 | 1011001 | 1010010 | 0 | 111100 | 111111 | 1110 | 11 | 1000010 | 111011 |
Color Harmonies of #DC5952
Complementary color
Monochromatic Colors of #DC5952
Black with #DC5952
Text Example
Text Example
White with #DC5952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5952; }
p { color: rgb(220,89,82); }
H1.HeaderClassName
{
color: #DC5952;
}
.AnyTagClassName
{
color: #DC5952;
}
</style>
background-color css
<style>
a { background-color: #DC5952; }
a { background-color: rgb(220,89,82); }
div.DivClassName
{
background-color: #DC5952;
}
.BgClassName
{
background-color: #DC5952;
}
</style>
border-color css
<style>
span { border-color: #DC5952; }
span { border-color: rgb(220,89,82); }
td.TdClassName
{
border-color: #DC5952;
}
.TagClassName
{
border-color: #DC5952;
}
</style>