Shades of Valencia #DB5A49
Tints of Valencia #DB5A49
RGB
CMYK
RGB Variations
Color information
#DB5A49 (or 0xDB5A49) is known color: Valencia. HEX triplet: DB, 5A and 49. RGB value is (219,90,73). Sum of RGB (Red+Green+Blue) = 219+90+73=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A49 is #24A5B6. Grayscale: #7E7E7E. Windows color (decimal): -2401719 or 4807387. OLE color: 4807387.
HSL color Cylindrical-coordinate representation of color #DB5A49: hue angle of 6.99º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB5A49 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 73 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.14 |
| HSL | 6.99º | 0.67% | 0.57% | - |
| HSV(B) | 6.99º | 0.67% | 0.86% | - |
| XYZ | 34.07 | 22.85 | 8.92 | - |
| YUV | 126.63 | 97.74 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 73 | 0 | 0.59 | 0.67 | 0.14 | 6.99 | 0.67 | 0.57 |
| Hex | DB | 5A | 49 | 0 | 3B | 43 | E | 7 | 43 | 39 |
| Octal | 333 | 132 | 111 | 0 | 73 | 103 | 16 | 7 | 103 | 71 |
| Binary | 11011011 | 1011010 | 1001001 | 0 | 111011 | 1000011 | 1110 | 111 | 1000011 | 111001 |
Color Harmonies of #DB5A49
Complementary color
Monochromatic Colors of #DB5A49
Black with #DB5A49
Text Example
Text Example
White with #DB5A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A49; }
p { color: rgb(219,90,73); }
H1.HeaderClassName
{
color: #DB5A49;
}
.AnyTagClassName
{
color: #DB5A49;
}
</style>
background-color css
<style>
a { background-color: #DB5A49; }
a { background-color: rgb(219,90,73); }
div.DivClassName
{
background-color: #DB5A49;
}
.BgClassName
{
background-color: #DB5A49;
}
</style>
border-color css
<style>
span { border-color: #DB5A49; }
span { border-color: rgb(219,90,73); }
td.TdClassName
{
border-color: #DB5A49;
}
.TagClassName
{
border-color: #DB5A49;
}
</style>