Shades of Valencia #DC5B53
Tints of Valencia #DC5B53
RGB
CMYK
RGB Variations
Color information
#DC5B53 (or 0xDC5B53) is known color: Valencia. HEX triplet: DC, 5B and 53. RGB value is (220,91,83). Sum of RGB (Red+Green+Blue) = 220+91+83=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5B53 is #23A4AC. Grayscale: #808080. Windows color (decimal): -2335917 or 5463004. OLE color: 5463004.
HSL color Cylindrical-coordinate representation of color #DC5B53: hue angle of 3.5º 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 #DC5B53 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 83 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.14 |
| HSL | 3.5º | 0.66% | 0.59% | - |
| HSV(B) | 3.5º | 0.62% | 0.86% | - |
| XYZ | 34.82 | 23.32 | 10.85 | - |
| YUV | 128.66 | 102.24 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 83 | 0 | 0.59 | 0.62 | 0.14 | 3.5 | 0.66 | 0.59 |
| Hex | DC | 5B | 53 | 0 | 3B | 3E | E | 4 | 42 | 3B |
| Octal | 334 | 133 | 123 | 0 | 73 | 76 | 16 | 4 | 102 | 73 |
| Binary | 11011100 | 1011011 | 1010011 | 0 | 111011 | 111110 | 1110 | 100 | 1000010 | 111011 |
Color Harmonies of #DC5B53
Complementary color
Monochromatic Colors of #DC5B53
Black with #DC5B53
Text Example
Text Example
White with #DC5B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B53; }
p { color: rgb(220,91,83); }
H1.HeaderClassName
{
color: #DC5B53;
}
.AnyTagClassName
{
color: #DC5B53;
}
</style>
background-color css
<style>
a { background-color: #DC5B53; }
a { background-color: rgb(220,91,83); }
div.DivClassName
{
background-color: #DC5B53;
}
.BgClassName
{
background-color: #DC5B53;
}
</style>
border-color css
<style>
span { border-color: #DC5B53; }
span { border-color: rgb(220,91,83); }
td.TdClassName
{
border-color: #DC5B53;
}
.TagClassName
{
border-color: #DC5B53;
}
</style>