Shades of Valencia #DB523F
Tints of Valencia #DB523F
RGB
CMYK
RGB Variations
Color information
#DB523F (or 0xDB523F) is known color: Valencia. HEX triplet: DB, 52 and 3F. RGB value is (219,82,63). Sum of RGB (Red+Green+Blue) = 219+82+63=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB523F is #24ADC0. Grayscale: #797979. Windows color (decimal): -2403777 or 4149979. OLE color: 4149979.
HSL color Cylindrical-coordinate representation of color #DB523F: hue angle of 7.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB523F is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 63 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.14 |
| HSL | 7.31º | 0.68% | 0.55% | - |
| HSV(B) | 7.31º | 0.71% | 0.86% | - |
| XYZ | 33.13 | 21.45 | 7.1 | - |
| YUV | 120.8 | 95.39 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 63 | 0 | 0.63 | 0.71 | 0.14 | 7.31 | 0.68 | 0.55 |
| Hex | DB | 52 | 3F | 0 | 3F | 47 | E | 7 | 44 | 37 |
| Octal | 333 | 122 | 77 | 0 | 77 | 107 | 16 | 7 | 104 | 67 |
| Binary | 11011011 | 1010010 | 111111 | 0 | 111111 | 1000111 | 1110 | 111 | 1000100 | 110111 |
Color Harmonies of #DB523F
Complementary color
Monochromatic Colors of #DB523F
Black with #DB523F
Text Example
Text Example
White with #DB523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB523F; }
p { color: rgb(219,82,63); }
H1.HeaderClassName
{
color: #DB523F;
}
.AnyTagClassName
{
color: #DB523F;
}
</style>
background-color css
<style>
a { background-color: #DB523F; }
a { background-color: rgb(219,82,63); }
div.DivClassName
{
background-color: #DB523F;
}
.BgClassName
{
background-color: #DB523F;
}
</style>
border-color css
<style>
span { border-color: #DB523F; }
span { border-color: rgb(219,82,63); }
td.TdClassName
{
border-color: #DB523F;
}
.TagClassName
{
border-color: #DB523F;
}
</style>