Shades of Valencia #DB5944
Tints of Valencia #DB5944
RGB
CMYK
RGB Variations
Color information
#DB5944 (or 0xDB5944) is known color: Valencia. HEX triplet: DB, 59 and 44. RGB value is (219,89,68). Sum of RGB (Red+Green+Blue) = 219+89+68=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5944 is #24A6BB. Grayscale: #7D7D7D. Windows color (decimal): -2401980 or 4479451. OLE color: 4479451.
HSL color Cylindrical-coordinate representation of color #DB5944: hue angle of 8.34º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB5944 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 89 | 68 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.14 |
| HSL | 8.34º | 0.68% | 0.56% | - |
| HSV(B) | 8.34º | 0.69% | 0.86% | - |
| XYZ | 33.83 | 22.62 | 8.05 | - |
| YUV | 125.48 | 95.57 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 68 | 0 | 0.59 | 0.69 | 0.14 | 8.34 | 0.68 | 0.56 |
| Hex | DB | 59 | 44 | 0 | 3B | 45 | E | 8 | 44 | 38 |
| Octal | 333 | 131 | 104 | 0 | 73 | 105 | 16 | 10 | 104 | 70 |
| Binary | 11011011 | 1011001 | 1000100 | 0 | 111011 | 1000101 | 1110 | 1000 | 1000100 | 111000 |
Color Harmonies of #DB5944
Complementary color
Monochromatic Colors of #DB5944
Black with #DB5944
Text Example
Text Example
White with #DB5944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5944; }
p { color: rgb(219,89,68); }
H1.HeaderClassName
{
color: #DB5944;
}
.AnyTagClassName
{
color: #DB5944;
}
</style>
background-color css
<style>
a { background-color: #DB5944; }
a { background-color: rgb(219,89,68); }
div.DivClassName
{
background-color: #DB5944;
}
.BgClassName
{
background-color: #DB5944;
}
</style>
border-color css
<style>
span { border-color: #DB5944; }
span { border-color: rgb(219,89,68); }
td.TdClassName
{
border-color: #DB5944;
}
.TagClassName
{
border-color: #DB5944;
}
</style>