Shades of Valencia #DB5649
Tints of Valencia #DB5649
RGB
CMYK
RGB Variations
Color information
#DB5649 (or 0xDB5649) is known color: Valencia. HEX triplet: DB, 56 and 49. RGB value is (219,86,73). Sum of RGB (Red+Green+Blue) = 219+86+73=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5649 is #24A9B6. Grayscale: #7C7C7C. Windows color (decimal): -2402743 or 4806363. OLE color: 4806363.
HSL color Cylindrical-coordinate representation of color #DB5649: hue angle of 5.34º 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 #DB5649 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 73 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.14 |
| HSL | 5.34º | 0.67% | 0.57% | - |
| HSV(B) | 5.34º | 0.67% | 0.86% | - |
| XYZ | 33.74 | 22.2 | 8.81 | - |
| YUV | 124.29 | 99.06 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 73 | 0 | 0.61 | 0.67 | 0.14 | 5.34 | 0.67 | 0.57 |
| Hex | DB | 56 | 49 | 0 | 3D | 43 | E | 5 | 43 | 39 |
| Octal | 333 | 126 | 111 | 0 | 75 | 103 | 16 | 5 | 103 | 71 |
| Binary | 11011011 | 1010110 | 1001001 | 0 | 111101 | 1000011 | 1110 | 101 | 1000011 | 111001 |
Color Harmonies of #DB5649
Complementary color
Monochromatic Colors of #DB5649
Black with #DB5649
Text Example
Text Example
White with #DB5649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5649; }
p { color: rgb(219,86,73); }
H1.HeaderClassName
{
color: #DB5649;
}
.AnyTagClassName
{
color: #DB5649;
}
</style>
background-color css
<style>
a { background-color: #DB5649; }
a { background-color: rgb(219,86,73); }
div.DivClassName
{
background-color: #DB5649;
}
.BgClassName
{
background-color: #DB5649;
}
</style>
border-color css
<style>
span { border-color: #DB5649; }
span { border-color: rgb(219,86,73); }
td.TdClassName
{
border-color: #DB5649;
}
.TagClassName
{
border-color: #DB5649;
}
</style>