Shades of Valencia #DC5951
Tints of Valencia #DC5951
RGB
CMYK
RGB Variations
Color information
#DC5951 (or 0xDC5951) is known color: Valencia. HEX triplet: DC, 59 and 51. RGB value is (220,89,81). Sum of RGB (Red+Green+Blue) = 220+89+81=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5951 is #23A6AE. Grayscale: #7F7F7F. Windows color (decimal): -2336431 or 5331420. OLE color: 5331420.
HSL color Cylindrical-coordinate representation of color #DC5951: hue angle of 3.45º degrees, saturation: 0.67, 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 #DC5951 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 81 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.14 |
| HSL | 3.45º | 0.67% | 0.59% | - |
| HSV(B) | 3.45º | 0.63% | 0.86% | - |
| XYZ | 34.57 | 22.95 | 10.39 | - |
| YUV | 127.26 | 101.9 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 81 | 0 | 0.60 | 0.63 | 0.14 | 3.45 | 0.67 | 0.59 |
| Hex | DC | 59 | 51 | 0 | 3C | 3F | E | 3 | 43 | 3B |
| Octal | 334 | 131 | 121 | 0 | 74 | 77 | 16 | 3 | 103 | 73 |
| Binary | 11011100 | 1011001 | 1010001 | 0 | 111100 | 111111 | 1110 | 11 | 1000011 | 111011 |
Color Harmonies of #DC5951
Complementary color
Monochromatic Colors of #DC5951
Black with #DC5951
Text Example
Text Example
White with #DC5951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5951; }
p { color: rgb(220,89,81); }
H1.HeaderClassName
{
color: #DC5951;
}
.AnyTagClassName
{
color: #DC5951;
}
</style>
background-color css
<style>
a { background-color: #DC5951; }
a { background-color: rgb(220,89,81); }
div.DivClassName
{
background-color: #DC5951;
}
.BgClassName
{
background-color: #DC5951;
}
</style>
border-color css
<style>
span { border-color: #DC5951; }
span { border-color: rgb(220,89,81); }
td.TdClassName
{
border-color: #DC5951;
}
.TagClassName
{
border-color: #DC5951;
}
</style>