Shades of Valencia #DC5A53
Tints of Valencia #DC5A53
RGB
CMYK
RGB Variations
Color information
#DC5A53 (or 0xDC5A53) is known color: Valencia. HEX triplet: DC, 5A and 53. RGB value is (220,90,83). Sum of RGB (Red+Green+Blue) = 220+90+83=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5A53 is #23A5AC. Grayscale: #808080. Windows color (decimal): -2336173 or 5462748. OLE color: 5462748.
HSL color Cylindrical-coordinate representation of color #DC5A53: hue angle of 3.07º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5A53 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 90 | 83 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.14 |
| HSL | 3.07º | 0.66% | 0.59% | - |
| HSV(B) | 3.07º | 0.62% | 0.86% | - |
| XYZ | 34.73 | 23.15 | 10.82 | - |
| YUV | 128.07 | 102.57 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 90 | 83 | 0 | 0.59 | 0.62 | 0.14 | 3.07 | 0.66 | 0.59 |
| Hex | DC | 5A | 53 | 0 | 3B | 3E | E | 3 | 42 | 3B |
| Octal | 334 | 132 | 123 | 0 | 73 | 76 | 16 | 3 | 102 | 73 |
| Binary | 11011100 | 1011010 | 1010011 | 0 | 111011 | 111110 | 1110 | 11 | 1000010 | 111011 |
Color Harmonies of #DC5A53
Complementary color
Monochromatic Colors of #DC5A53
Black with #DC5A53
Text Example
Text Example
White with #DC5A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5A53; }
p { color: rgb(220,90,83); }
H1.HeaderClassName
{
color: #DC5A53;
}
.AnyTagClassName
{
color: #DC5A53;
}
</style>
background-color css
<style>
a { background-color: #DC5A53; }
a { background-color: rgb(220,90,83); }
div.DivClassName
{
background-color: #DC5A53;
}
.BgClassName
{
background-color: #DC5A53;
}
</style>
border-color css
<style>
span { border-color: #DC5A53; }
span { border-color: rgb(220,90,83); }
td.TdClassName
{
border-color: #DC5A53;
}
.TagClassName
{
border-color: #DC5A53;
}
</style>