Shades of Valencia #DB5C50
Tints of Valencia #DB5C50
RGB
CMYK
RGB Variations
Color information
#DB5C50 (or 0xDB5C50) is known color: Valencia. HEX triplet: DB, 5C and 50. RGB value is (219,92,80). Sum of RGB (Red+Green+Blue) = 219+92+80=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C50 is #24A3AF. Grayscale: #808080. Windows color (decimal): -2401200 or 5266651. OLE color: 5266651.
HSL color Cylindrical-coordinate representation of color #DB5C50: hue angle of 5.18º degrees, saturation: 0.66, 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 #DB5C50 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 92 | 80 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.14 |
| HSL | 5.18º | 0.66% | 0.59% | - |
| HSV(B) | 5.18º | 0.63% | 0.86% | - |
| XYZ | 34.49 | 23.29 | 10.27 | - |
| YUV | 128.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 92 | 80 | 0 | 0.58 | 0.63 | 0.14 | 5.18 | 0.66 | 0.59 |
| Hex | DB | 5C | 50 | 0 | 3A | 3F | E | 5 | 42 | 3B |
| Octal | 333 | 134 | 120 | 0 | 72 | 77 | 16 | 5 | 102 | 73 |
| Binary | 11011011 | 1011100 | 1010000 | 0 | 111010 | 111111 | 1110 | 101 | 1000010 | 111011 |
Color Harmonies of #DB5C50
Complementary color
Monochromatic Colors of #DB5C50
Black with #DB5C50
Text Example
Text Example
White with #DB5C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5C50; }
p { color: rgb(219,92,80); }
H1.HeaderClassName
{
color: #DB5C50;
}
.AnyTagClassName
{
color: #DB5C50;
}
</style>
background-color css
<style>
a { background-color: #DB5C50; }
a { background-color: rgb(219,92,80); }
div.DivClassName
{
background-color: #DB5C50;
}
.BgClassName
{
background-color: #DB5C50;
}
</style>
border-color css
<style>
span { border-color: #DB5C50; }
span { border-color: rgb(219,92,80); }
td.TdClassName
{
border-color: #DB5C50;
}
.TagClassName
{
border-color: #DB5C50;
}
</style>