Shades of Valencia #DB5A4E
Tints of Valencia #DB5A4E
RGB
CMYK
RGB Variations
Color information
#DB5A4E (or 0xDB5A4E) is known color: Valencia. HEX triplet: DB, 5A and 4E. RGB value is (219,90,78). Sum of RGB (Red+Green+Blue) = 219+90+78=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A4E is #24A5B1. Grayscale: #7F7F7F. Windows color (decimal): -2401714 or 5135067. OLE color: 5135067.
HSL color Cylindrical-coordinate representation of color #DB5A4E: hue angle of 5.11º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB5A4E is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 78 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.14 |
| HSL | 5.11º | 0.66% | 0.58% | - |
| HSV(B) | 5.11º | 0.64% | 0.86% | - |
| XYZ | 34.24 | 22.92 | 9.83 | - |
| YUV | 127.2 | 100.24 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 78 | 0 | 0.59 | 0.64 | 0.14 | 5.11 | 0.66 | 0.58 |
| Hex | DB | 5A | 4E | 0 | 3B | 40 | E | 5 | 42 | 3A |
| Octal | 333 | 132 | 116 | 0 | 73 | 100 | 16 | 5 | 102 | 72 |
| Binary | 11011011 | 1011010 | 1001110 | 0 | 111011 | 1000000 | 1110 | 101 | 1000010 | 111010 |
Color Harmonies of #DB5A4E
Complementary color
Monochromatic Colors of #DB5A4E
Black with #DB5A4E
Text Example
Text Example
White with #DB5A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A4E; }
p { color: rgb(219,90,78); }
H1.HeaderClassName
{
color: #DB5A4E;
}
.AnyTagClassName
{
color: #DB5A4E;
}
</style>
background-color css
<style>
a { background-color: #DB5A4E; }
a { background-color: rgb(219,90,78); }
div.DivClassName
{
background-color: #DB5A4E;
}
.BgClassName
{
background-color: #DB5A4E;
}
</style>
border-color css
<style>
span { border-color: #DB5A4E; }
span { border-color: rgb(219,90,78); }
td.TdClassName
{
border-color: #DB5A4E;
}
.TagClassName
{
border-color: #DB5A4E;
}
</style>