Shades of Valencia #DB534A
Tints of Valencia #DB534A
RGB
CMYK
RGB Variations
Color information
#DB534A (or 0xDB534A) is known color: Valencia. HEX triplet: DB, 53 and 4A. RGB value is (219,83,74). Sum of RGB (Red+Green+Blue) = 219+83+74=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB534A is #24ACB5. Grayscale: #7A7A7A. Windows color (decimal): -2403510 or 4871131. OLE color: 4871131.
HSL color Cylindrical-coordinate representation of color #DB534A: hue angle of 3.72º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB534A is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 74 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.14 |
| HSL | 3.72º | 0.67% | 0.57% | - |
| HSV(B) | 3.72º | 0.66% | 0.86% | - |
| XYZ | 33.54 | 21.74 | 8.91 | - |
| YUV | 122.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 74 | 0 | 0.62 | 0.66 | 0.14 | 3.72 | 0.67 | 0.57 |
| Hex | DB | 53 | 4A | 0 | 3E | 42 | E | 4 | 43 | 39 |
| Octal | 333 | 123 | 112 | 0 | 76 | 102 | 16 | 4 | 103 | 71 |
| Binary | 11011011 | 1010011 | 1001010 | 0 | 111110 | 1000010 | 1110 | 100 | 1000011 | 111001 |
Color Harmonies of #DB534A
Complementary color
Monochromatic Colors of #DB534A
Black with #DB534A
Text Example
Text Example
White with #DB534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB534A; }
p { color: rgb(219,83,74); }
H1.HeaderClassName
{
color: #DB534A;
}
.AnyTagClassName
{
color: #DB534A;
}
</style>
background-color css
<style>
a { background-color: #DB534A; }
a { background-color: rgb(219,83,74); }
div.DivClassName
{
background-color: #DB534A;
}
.BgClassName
{
background-color: #DB534A;
}
</style>
border-color css
<style>
span { border-color: #DB534A; }
span { border-color: rgb(219,83,74); }
td.TdClassName
{
border-color: #DB534A;
}
.TagClassName
{
border-color: #DB534A;
}
</style>