Shades of Valencia #DB5856
Tints of Valencia #DB5856
RGB
CMYK
RGB Variations
Color information
#DB5856 (or 0xDB5856) is known color: Valencia. HEX triplet: DB, 58 and 56. RGB value is (219,88,86). Sum of RGB (Red+Green+Blue) = 219+88+86=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5856 is #24A7A9. Grayscale: #7F7F7F. Windows color (decimal): -2402218 or 5658843. OLE color: 5658843.
HSL color Cylindrical-coordinate representation of color #DB5856: hue angle of 0.9º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5856 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 86 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.14 |
| HSL | 0.9º | 0.65% | 0.6% | - |
| HSV(B) | 0.9º | 0.61% | 0.86% | - |
| XYZ | 34.38 | 22.71 | 11.38 | - |
| YUV | 126.94 | 104.9 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 86 | 0 | 0.60 | 0.61 | 0.14 | 0.9 | 0.65 | 0.6 |
| Hex | DB | 58 | 56 | 0 | 3C | 3D | E | 1 | 41 | 3C |
| Octal | 333 | 130 | 126 | 0 | 74 | 75 | 16 | 1 | 101 | 74 |
| Binary | 11011011 | 1011000 | 1010110 | 0 | 111100 | 111101 | 1110 | 1 | 1000001 | 111100 |
Color Harmonies of #DB5856
Complementary color
Monochromatic Colors of #DB5856
Black with #DB5856
Text Example
Text Example
White with #DB5856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5856; }
p { color: rgb(219,88,86); }
H1.HeaderClassName
{
color: #DB5856;
}
.AnyTagClassName
{
color: #DB5856;
}
</style>
background-color css
<style>
a { background-color: #DB5856; }
a { background-color: rgb(219,88,86); }
div.DivClassName
{
background-color: #DB5856;
}
.BgClassName
{
background-color: #DB5856;
}
</style>
border-color css
<style>
span { border-color: #DB5856; }
span { border-color: rgb(219,88,86); }
td.TdClassName
{
border-color: #DB5856;
}
.TagClassName
{
border-color: #DB5856;
}
</style>