Shades of Valencia #DB5B45
Tints of Valencia #DB5B45
RGB
CMYK
RGB Variations
Color information
#DB5B45 (or 0xDB5B45) is known color: Valencia. HEX triplet: DB, 5B and 45. RGB value is (219,91,69). Sum of RGB (Red+Green+Blue) = 219+91+69=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5B45 is #24A4BA. Grayscale: #7E7E7E. Windows color (decimal): -2401467 or 4545499. OLE color: 4545499.
HSL color Cylindrical-coordinate representation of color #DB5B45: hue angle of 8.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB5B45 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 91 | 69 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.14 |
| HSL | 8.8º | 0.68% | 0.56% | - |
| HSV(B) | 8.8º | 0.68% | 0.86% | - |
| XYZ | 34.03 | 22.97 | 8.27 | - |
| YUV | 126.76 | 95.41 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 69 | 0 | 0.58 | 0.68 | 0.14 | 8.8 | 0.68 | 0.56 |
| Hex | DB | 5B | 45 | 0 | 3A | 44 | E | 9 | 44 | 38 |
| Octal | 333 | 133 | 105 | 0 | 72 | 104 | 16 | 11 | 104 | 70 |
| Binary | 11011011 | 1011011 | 1000101 | 0 | 111010 | 1000100 | 1110 | 1001 | 1000100 | 111000 |
Color Harmonies of #DB5B45
Complementary color
Monochromatic Colors of #DB5B45
Black with #DB5B45
Text Example
Text Example
White with #DB5B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5B45; }
p { color: rgb(219,91,69); }
H1.HeaderClassName
{
color: #DB5B45;
}
.AnyTagClassName
{
color: #DB5B45;
}
</style>
background-color css
<style>
a { background-color: #DB5B45; }
a { background-color: rgb(219,91,69); }
div.DivClassName
{
background-color: #DB5B45;
}
.BgClassName
{
background-color: #DB5B45;
}
</style>
border-color css
<style>
span { border-color: #DB5B45; }
span { border-color: rgb(219,91,69); }
td.TdClassName
{
border-color: #DB5B45;
}
.TagClassName
{
border-color: #DB5B45;
}
</style>