Shades of Valencia #DB5548
Tints of Valencia #DB5548
RGB
CMYK
RGB Variations
Color information
#DB5548 (or 0xDB5548) is known color: Valencia. HEX triplet: DB, 55 and 48. RGB value is (219,85,72). Sum of RGB (Red+Green+Blue) = 219+85+72=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5548 is #24AAB7. Grayscale: #7B7B7B. Windows color (decimal): -2403000 or 4740571. OLE color: 4740571.
HSL color Cylindrical-coordinate representation of color #DB5548: hue angle of 5.31º 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 #DB5548 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 72 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.14 |
| HSL | 5.31º | 0.67% | 0.57% | - |
| HSV(B) | 5.31º | 0.67% | 0.86% | - |
| XYZ | 33.63 | 22.02 | 8.61 | - |
| YUV | 123.58 | 98.89 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 72 | 0 | 0.61 | 0.67 | 0.14 | 5.31 | 0.67 | 0.57 |
| Hex | DB | 55 | 48 | 0 | 3D | 43 | E | 5 | 43 | 39 |
| Octal | 333 | 125 | 110 | 0 | 75 | 103 | 16 | 5 | 103 | 71 |
| Binary | 11011011 | 1010101 | 1001000 | 0 | 111101 | 1000011 | 1110 | 101 | 1000011 | 111001 |
Color Harmonies of #DB5548
Complementary color
Monochromatic Colors of #DB5548
Black with #DB5548
Text Example
Text Example
White with #DB5548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5548; }
p { color: rgb(219,85,72); }
H1.HeaderClassName
{
color: #DB5548;
}
.AnyTagClassName
{
color: #DB5548;
}
</style>
background-color css
<style>
a { background-color: #DB5548; }
a { background-color: rgb(219,85,72); }
div.DivClassName
{
background-color: #DB5548;
}
.BgClassName
{
background-color: #DB5548;
}
</style>
border-color css
<style>
span { border-color: #DB5548; }
span { border-color: rgb(219,85,72); }
td.TdClassName
{
border-color: #DB5548;
}
.TagClassName
{
border-color: #DB5548;
}
</style>