Shades of Valencia #DB564B
Tints of Valencia #DB564B
RGB
CMYK
RGB Variations
Color information
#DB564B (or 0xDB564B) is known color: Valencia. HEX triplet: DB, 56 and 4B. RGB value is (219,86,75). Sum of RGB (Red+Green+Blue) = 219+86+75=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB564B is #24A9B4. Grayscale: #7C7C7C. Windows color (decimal): -2402741 or 4937435. OLE color: 4937435.
HSL color Cylindrical-coordinate representation of color #DB564B: hue angle of 4.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB564B is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 75 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.14 |
| HSL | 4.58º | 0.67% | 0.58% | - |
| HSV(B) | 4.58º | 0.66% | 0.86% | - |
| XYZ | 33.81 | 22.22 | 9.16 | - |
| YUV | 124.51 | 100.06 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 75 | 0 | 0.61 | 0.66 | 0.14 | 4.58 | 0.67 | 0.58 |
| Hex | DB | 56 | 4B | 0 | 3D | 42 | E | 5 | 43 | 3A |
| Octal | 333 | 126 | 113 | 0 | 75 | 102 | 16 | 5 | 103 | 72 |
| Binary | 11011011 | 1010110 | 1001011 | 0 | 111101 | 1000010 | 1110 | 101 | 1000011 | 111010 |
Color Harmonies of #DB564B
Complementary color
Monochromatic Colors of #DB564B
Black with #DB564B
Text Example
Text Example
White with #DB564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB564B; }
p { color: rgb(219,86,75); }
H1.HeaderClassName
{
color: #DB564B;
}
.AnyTagClassName
{
color: #DB564B;
}
</style>
background-color css
<style>
a { background-color: #DB564B; }
a { background-color: rgb(219,86,75); }
div.DivClassName
{
background-color: #DB564B;
}
.BgClassName
{
background-color: #DB564B;
}
</style>
border-color css
<style>
span { border-color: #DB564B; }
span { border-color: rgb(219,86,75); }
td.TdClassName
{
border-color: #DB564B;
}
.TagClassName
{
border-color: #DB564B;
}
</style>