Shades of Valencia #DB5A47
Tints of Valencia #DB5A47
RGB
CMYK
RGB Variations
Color information
#DB5A47 (or 0xDB5A47) is known color: Valencia. HEX triplet: DB, 5A and 47. RGB value is (219,90,71). Sum of RGB (Red+Green+Blue) = 219+90+71=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A47 is #24A5B8. Grayscale: #7E7E7E. Windows color (decimal): -2401721 or 4676315. OLE color: 4676315.
HSL color Cylindrical-coordinate representation of color #DB5A47: hue angle of 7.7º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB5A47 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 71 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.14 |
| HSL | 7.7º | 0.67% | 0.57% | - |
| HSV(B) | 7.7º | 0.68% | 0.86% | - |
| XYZ | 34.01 | 22.83 | 8.57 | - |
| YUV | 126.41 | 96.74 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 71 | 0 | 0.59 | 0.68 | 0.14 | 7.7 | 0.67 | 0.57 |
| Hex | DB | 5A | 47 | 0 | 3B | 44 | E | 8 | 43 | 39 |
| Octal | 333 | 132 | 107 | 0 | 73 | 104 | 16 | 10 | 103 | 71 |
| Binary | 11011011 | 1011010 | 1000111 | 0 | 111011 | 1000100 | 1110 | 1000 | 1000011 | 111001 |
Color Harmonies of #DB5A47
Complementary color
Monochromatic Colors of #DB5A47
Black with #DB5A47
Text Example
Text Example
White with #DB5A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A47; }
p { color: rgb(219,90,71); }
H1.HeaderClassName
{
color: #DB5A47;
}
.AnyTagClassName
{
color: #DB5A47;
}
</style>
background-color css
<style>
a { background-color: #DB5A47; }
a { background-color: rgb(219,90,71); }
div.DivClassName
{
background-color: #DB5A47;
}
.BgClassName
{
background-color: #DB5A47;
}
</style>
border-color css
<style>
span { border-color: #DB5A47; }
span { border-color: rgb(219,90,71); }
td.TdClassName
{
border-color: #DB5A47;
}
.TagClassName
{
border-color: #DB5A47;
}
</style>