Shades of Valencia #DB5847
Tints of Valencia #DB5847
RGB
CMYK
RGB Variations
Color information
#DB5847 (or 0xDB5847) is known color: Valencia. HEX triplet: DB, 58 and 47. RGB value is (219,88,71). Sum of RGB (Red+Green+Blue) = 219+88+71=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5847 is #24A7B8. Grayscale: #7D7D7D. Windows color (decimal): -2402233 or 4675803. OLE color: 4675803.
HSL color Cylindrical-coordinate representation of color #DB5847: hue angle of 6.89º 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 #DB5847 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 71 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.14 |
| HSL | 6.89º | 0.67% | 0.57% | - |
| HSV(B) | 6.89º | 0.68% | 0.86% | - |
| XYZ | 33.84 | 22.49 | 8.52 | - |
| YUV | 125.23 | 97.4 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 71 | 0 | 0.60 | 0.68 | 0.14 | 6.89 | 0.67 | 0.57 |
| Hex | DB | 58 | 47 | 0 | 3C | 44 | E | 7 | 43 | 39 |
| Octal | 333 | 130 | 107 | 0 | 74 | 104 | 16 | 7 | 103 | 71 |
| Binary | 11011011 | 1011000 | 1000111 | 0 | 111100 | 1000100 | 1110 | 111 | 1000011 | 111001 |
Color Harmonies of #DB5847
Complementary color
Monochromatic Colors of #DB5847
Black with #DB5847
Text Example
Text Example
White with #DB5847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5847; }
p { color: rgb(219,88,71); }
H1.HeaderClassName
{
color: #DB5847;
}
.AnyTagClassName
{
color: #DB5847;
}
</style>
background-color css
<style>
a { background-color: #DB5847; }
a { background-color: rgb(219,88,71); }
div.DivClassName
{
background-color: #DB5847;
}
.BgClassName
{
background-color: #DB5847;
}
</style>
border-color css
<style>
span { border-color: #DB5847; }
span { border-color: rgb(219,88,71); }
td.TdClassName
{
border-color: #DB5847;
}
.TagClassName
{
border-color: #DB5847;
}
</style>