Shades of Valencia #DB594B
Tints of Valencia #DB594B
RGB
CMYK
RGB Variations
Color information
#DB594B (or 0xDB594B) is known color: Valencia. HEX triplet: DB, 59 and 4B. RGB value is (219,89,75). Sum of RGB (Red+Green+Blue) = 219+89+75=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB594B is #24A6B4. Grayscale: #7E7E7E. Windows color (decimal): -2401973 or 4938203. OLE color: 4938203.
HSL color Cylindrical-coordinate representation of color #DB594B: hue angle of 5.83º 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 #DB594B is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 75 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.14 |
| HSL | 5.83º | 0.67% | 0.58% | - |
| HSV(B) | 5.83º | 0.66% | 0.86% | - |
| XYZ | 34.06 | 22.71 | 9.25 | - |
| YUV | 126.27 | 99.07 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 75 | 0 | 0.59 | 0.66 | 0.14 | 5.83 | 0.67 | 0.58 |
| Hex | DB | 59 | 4B | 0 | 3B | 42 | E | 6 | 43 | 3A |
| Octal | 333 | 131 | 113 | 0 | 73 | 102 | 16 | 6 | 103 | 72 |
| Binary | 11011011 | 1011001 | 1001011 | 0 | 111011 | 1000010 | 1110 | 110 | 1000011 | 111010 |
Color Harmonies of #DB594B
Complementary color
Monochromatic Colors of #DB594B
Black with #DB594B
Text Example
Text Example
White with #DB594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB594B; }
p { color: rgb(219,89,75); }
H1.HeaderClassName
{
color: #DB594B;
}
.AnyTagClassName
{
color: #DB594B;
}
</style>
background-color css
<style>
a { background-color: #DB594B; }
a { background-color: rgb(219,89,75); }
div.DivClassName
{
background-color: #DB594B;
}
.BgClassName
{
background-color: #DB594B;
}
</style>
border-color css
<style>
span { border-color: #DB594B; }
span { border-color: rgb(219,89,75); }
td.TdClassName
{
border-color: #DB594B;
}
.TagClassName
{
border-color: #DB594B;
}
</style>