Shades of Valencia #DB5A4F
Tints of Valencia #DB5A4F
RGB
CMYK
RGB Variations
Color information
#DB5A4F (or 0xDB5A4F) is known color: Valencia. HEX triplet: DB, 5A and 4F. RGB value is (219,90,79). Sum of RGB (Red+Green+Blue) = 219+90+79=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A4F is #24A5B0. Grayscale: #7F7F7F. Windows color (decimal): -2401713 or 5200603. OLE color: 5200603.
HSL color Cylindrical-coordinate representation of color #DB5A4F: hue angle of 4.71º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB5A4F is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 79 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.14 |
| HSL | 4.71º | 0.66% | 0.58% | - |
| HSV(B) | 4.71º | 0.64% | 0.86% | - |
| XYZ | 34.28 | 22.94 | 10.02 | - |
| YUV | 127.32 | 100.74 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 79 | 0 | 0.59 | 0.64 | 0.14 | 4.71 | 0.66 | 0.58 |
| Hex | DB | 5A | 4F | 0 | 3B | 40 | E | 5 | 42 | 3A |
| Octal | 333 | 132 | 117 | 0 | 73 | 100 | 16 | 5 | 102 | 72 |
| Binary | 11011011 | 1011010 | 1001111 | 0 | 111011 | 1000000 | 1110 | 101 | 1000010 | 111010 |
Color Harmonies of #DB5A4F
Complementary color
Monochromatic Colors of #DB5A4F
Black with #DB5A4F
Text Example
Text Example
White with #DB5A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A4F; }
p { color: rgb(219,90,79); }
H1.HeaderClassName
{
color: #DB5A4F;
}
.AnyTagClassName
{
color: #DB5A4F;
}
</style>
background-color css
<style>
a { background-color: #DB5A4F; }
a { background-color: rgb(219,90,79); }
div.DivClassName
{
background-color: #DB5A4F;
}
.BgClassName
{
background-color: #DB5A4F;
}
</style>
border-color css
<style>
span { border-color: #DB5A4F; }
span { border-color: rgb(219,90,79); }
td.TdClassName
{
border-color: #DB5A4F;
}
.TagClassName
{
border-color: #DB5A4F;
}
</style>