Shades of Valencia #DB564E
Tints of Valencia #DB564E
RGB
CMYK
RGB Variations
Color information
#DB564E (or 0xDB564E) is known color: Valencia. HEX triplet: DB, 56 and 4E. RGB value is (219,86,78). Sum of RGB (Red+Green+Blue) = 219+86+78=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB564E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB564E is #24A9B1. Grayscale: #7D7D7D. Windows color (decimal): -2402738 or 5134043. OLE color: 5134043.
HSL color Cylindrical-coordinate representation of color #DB564E: hue angle of 3.4º 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 #DB564E is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 78 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.14 |
| HSL | 3.4º | 0.66% | 0.58% | - |
| HSV(B) | 3.4º | 0.64% | 0.86% | - |
| XYZ | 33.92 | 22.27 | 9.72 | - |
| YUV | 124.86 | 101.56 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 78 | 0 | 0.61 | 0.64 | 0.14 | 3.4 | 0.66 | 0.58 |
| Hex | DB | 56 | 4E | 0 | 3D | 40 | E | 3 | 42 | 3A |
| Octal | 333 | 126 | 116 | 0 | 75 | 100 | 16 | 3 | 102 | 72 |
| Binary | 11011011 | 1010110 | 1001110 | 0 | 111101 | 1000000 | 1110 | 11 | 1000010 | 111010 |
Color Harmonies of #DB564E
Complementary color
Monochromatic Colors of #DB564E
Black with #DB564E
Text Example
Text Example
White with #DB564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB564E; }
p { color: rgb(219,86,78); }
H1.HeaderClassName
{
color: #DB564E;
}
.AnyTagClassName
{
color: #DB564E;
}
</style>
background-color css
<style>
a { background-color: #DB564E; }
a { background-color: rgb(219,86,78); }
div.DivClassName
{
background-color: #DB564E;
}
.BgClassName
{
background-color: #DB564E;
}
</style>
border-color css
<style>
span { border-color: #DB564E; }
span { border-color: rgb(219,86,78); }
td.TdClassName
{
border-color: #DB564E;
}
.TagClassName
{
border-color: #DB564E;
}
</style>