Shades of Valencia #DC5147
Tints of Valencia #DC5147
RGB
CMYK
RGB Variations
Color information
#DC5147 (or 0xDC5147) is known color: Valencia. HEX triplet: DC, 51 and 47. RGB value is (220,81,71). Sum of RGB (Red+Green+Blue) = 220+81+71=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5147 is #23AEB8. Grayscale: #797979. Windows color (decimal): -2338489 or 4674012. OLE color: 4674012.
HSL color Cylindrical-coordinate representation of color #DC5147: hue angle of 4.03º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC5147 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 71 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.14 |
| HSL | 4.03º | 0.68% | 0.57% | - |
| HSV(B) | 4.03º | 0.68% | 0.86% | - |
| XYZ | 33.59 | 21.56 | 8.35 | - |
| YUV | 121.42 | 99.55 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 71 | 0 | 0.63 | 0.68 | 0.14 | 4.03 | 0.68 | 0.57 |
| Hex | DC | 51 | 47 | 0 | 3F | 44 | E | 4 | 44 | 39 |
| Octal | 334 | 121 | 107 | 0 | 77 | 104 | 16 | 4 | 104 | 71 |
| Binary | 11011100 | 1010001 | 1000111 | 0 | 111111 | 1000100 | 1110 | 100 | 1000100 | 111001 |
Color Harmonies of #DC5147
Complementary color
Monochromatic Colors of #DC5147
Black with #DC5147
Text Example
Text Example
White with #DC5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5147; }
p { color: rgb(220,81,71); }
H1.HeaderClassName
{
color: #DC5147;
}
.AnyTagClassName
{
color: #DC5147;
}
</style>
background-color css
<style>
a { background-color: #DC5147; }
a { background-color: rgb(220,81,71); }
div.DivClassName
{
background-color: #DC5147;
}
.BgClassName
{
background-color: #DC5147;
}
</style>
border-color css
<style>
span { border-color: #DC5147; }
span { border-color: rgb(220,81,71); }
td.TdClassName
{
border-color: #DC5147;
}
.TagClassName
{
border-color: #DC5147;
}
</style>