Shades of Valencia #DB5A4D
Tints of Valencia #DB5A4D
RGB
CMYK
RGB Variations
Color information
#DB5A4D (or 0xDB5A4D) is known color: Valencia. HEX triplet: DB, 5A and 4D. RGB value is (219,90,77). Sum of RGB (Red+Green+Blue) = 219+90+77=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A4D is #24A5B2. Grayscale: #7F7F7F. Windows color (decimal): -2401715 or 5069531. OLE color: 5069531.
HSL color Cylindrical-coordinate representation of color #DB5A4D: hue angle of 5.49º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB5A4D is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 77 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.14 |
| HSL | 5.49º | 0.66% | 0.58% | - |
| HSV(B) | 5.49º | 0.65% | 0.86% | - |
| XYZ | 34.21 | 22.91 | 9.64 | - |
| YUV | 127.09 | 99.74 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 77 | 0 | 0.59 | 0.65 | 0.14 | 5.49 | 0.66 | 0.58 |
| Hex | DB | 5A | 4D | 0 | 3B | 41 | E | 5 | 42 | 3A |
| Octal | 333 | 132 | 115 | 0 | 73 | 101 | 16 | 5 | 102 | 72 |
| Binary | 11011011 | 1011010 | 1001101 | 0 | 111011 | 1000001 | 1110 | 101 | 1000010 | 111010 |
Color Harmonies of #DB5A4D
Complementary color
Monochromatic Colors of #DB5A4D
Black with #DB5A4D
Text Example
Text Example
White with #DB5A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A4D; }
p { color: rgb(219,90,77); }
H1.HeaderClassName
{
color: #DB5A4D;
}
.AnyTagClassName
{
color: #DB5A4D;
}
</style>
background-color css
<style>
a { background-color: #DB5A4D; }
a { background-color: rgb(219,90,77); }
div.DivClassName
{
background-color: #DB5A4D;
}
.BgClassName
{
background-color: #DB5A4D;
}
</style>
border-color css
<style>
span { border-color: #DB5A4D; }
span { border-color: rgb(219,90,77); }
td.TdClassName
{
border-color: #DB5A4D;
}
.TagClassName
{
border-color: #DB5A4D;
}
</style>