Shades of Valencia #DB5542
Tints of Valencia #DB5542
RGB
CMYK
RGB Variations
Color information
#DB5542 (or 0xDB5542) is known color: Valencia. HEX triplet: DB, 55 and 42. RGB value is (219,85,66). Sum of RGB (Red+Green+Blue) = 219+85+66=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5542 is #24AABD. Grayscale: #7B7B7B. Windows color (decimal): -2403006 or 4347355. OLE color: 4347355.
HSL color Cylindrical-coordinate representation of color #DB5542: hue angle of 7.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB5542 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 66 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.14 |
| HSL | 7.45º | 0.68% | 0.56% | - |
| HSV(B) | 7.45º | 0.7% | 0.86% | - |
| XYZ | 33.45 | 21.95 | 7.63 | - |
| YUV | 122.9 | 95.89 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 66 | 0 | 0.61 | 0.70 | 0.14 | 7.45 | 0.68 | 0.56 |
| Hex | DB | 55 | 42 | 0 | 3D | 46 | E | 7 | 44 | 38 |
| Octal | 333 | 125 | 102 | 0 | 75 | 106 | 16 | 7 | 104 | 70 |
| Binary | 11011011 | 1010101 | 1000010 | 0 | 111101 | 1000110 | 1110 | 111 | 1000100 | 111000 |
Color Harmonies of #DB5542
Complementary color
Monochromatic Colors of #DB5542
Black with #DB5542
Text Example
Text Example
White with #DB5542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5542; }
p { color: rgb(219,85,66); }
H1.HeaderClassName
{
color: #DB5542;
}
.AnyTagClassName
{
color: #DB5542;
}
</style>
background-color css
<style>
a { background-color: #DB5542; }
a { background-color: rgb(219,85,66); }
div.DivClassName
{
background-color: #DB5542;
}
.BgClassName
{
background-color: #DB5542;
}
</style>
border-color css
<style>
span { border-color: #DB5542; }
span { border-color: rgb(219,85,66); }
td.TdClassName
{
border-color: #DB5542;
}
.TagClassName
{
border-color: #DB5542;
}
</style>