Shades of Valencia #DC5747
Tints of Valencia #DC5747
RGB
CMYK
RGB Variations
Color information
#DC5747 (or 0xDC5747) is known color: Valencia. HEX triplet: DC, 57 and 47. RGB value is (220,87,71). Sum of RGB (Red+Green+Blue) = 220+87+71=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5747 is #23A8B8. Grayscale: #7D7D7D. Windows color (decimal): -2336953 or 4675548. OLE color: 4675548.
HSL color Cylindrical-coordinate representation of color #DC5747: hue angle of 6.44º 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 #DC5747 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 71 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.14 |
| HSL | 6.44º | 0.68% | 0.57% | - |
| HSV(B) | 6.44º | 0.68% | 0.86% | - |
| XYZ | 34.06 | 22.49 | 8.51 | - |
| YUV | 124.94 | 97.56 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 71 | 0 | 0.60 | 0.68 | 0.14 | 6.44 | 0.68 | 0.57 |
| Hex | DC | 57 | 47 | 0 | 3C | 44 | E | 6 | 44 | 39 |
| Octal | 334 | 127 | 107 | 0 | 74 | 104 | 16 | 6 | 104 | 71 |
| Binary | 11011100 | 1010111 | 1000111 | 0 | 111100 | 1000100 | 1110 | 110 | 1000100 | 111001 |
Color Harmonies of #DC5747
Complementary color
Monochromatic Colors of #DC5747
Black with #DC5747
Text Example
Text Example
White with #DC5747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5747; }
p { color: rgb(220,87,71); }
H1.HeaderClassName
{
color: #DC5747;
}
.AnyTagClassName
{
color: #DC5747;
}
</style>
background-color css
<style>
a { background-color: #DC5747; }
a { background-color: rgb(220,87,71); }
div.DivClassName
{
background-color: #DC5747;
}
.BgClassName
{
background-color: #DC5747;
}
</style>
border-color css
<style>
span { border-color: #DC5747; }
span { border-color: rgb(220,87,71); }
td.TdClassName
{
border-color: #DC5747;
}
.TagClassName
{
border-color: #DC5747;
}
</style>