Shades of Valencia #DB5845
Tints of Valencia #DB5845
RGB
CMYK
RGB Variations
Color information
#DB5845 (or 0xDB5845) is known color: Valencia. HEX triplet: DB, 58 and 45. RGB value is (219,88,69). Sum of RGB (Red+Green+Blue) = 219+88+69=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5845 is #24A7BA. Grayscale: #7D7D7D. Windows color (decimal): -2402235 or 4544731. OLE color: 4544731.
HSL color Cylindrical-coordinate representation of color #DB5845: hue angle of 7.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB5845 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 69 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.14 |
| HSL | 7.6º | 0.68% | 0.56% | - |
| HSV(B) | 7.6º | 0.68% | 0.86% | - |
| XYZ | 33.78 | 22.47 | 8.19 | - |
| YUV | 125 | 96.4 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 69 | 0 | 0.60 | 0.68 | 0.14 | 7.6 | 0.68 | 0.56 |
| Hex | DB | 58 | 45 | 0 | 3C | 44 | E | 8 | 44 | 38 |
| Octal | 333 | 130 | 105 | 0 | 74 | 104 | 16 | 10 | 104 | 70 |
| Binary | 11011011 | 1011000 | 1000101 | 0 | 111100 | 1000100 | 1110 | 1000 | 1000100 | 111000 |
Color Harmonies of #DB5845
Complementary color
Monochromatic Colors of #DB5845
Black with #DB5845
Text Example
Text Example
White with #DB5845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5845; }
p { color: rgb(219,88,69); }
H1.HeaderClassName
{
color: #DB5845;
}
.AnyTagClassName
{
color: #DB5845;
}
</style>
background-color css
<style>
a { background-color: #DB5845; }
a { background-color: rgb(219,88,69); }
div.DivClassName
{
background-color: #DB5845;
}
.BgClassName
{
background-color: #DB5845;
}
</style>
border-color css
<style>
span { border-color: #DB5845; }
span { border-color: rgb(219,88,69); }
td.TdClassName
{
border-color: #DB5845;
}
.TagClassName
{
border-color: #DB5845;
}
</style>