Shades of Valencia #DB534C
Tints of Valencia #DB534C
RGB
CMYK
RGB Variations
Color information
#DB534C (or 0xDB534C) is known color: Valencia. HEX triplet: DB, 53 and 4C. RGB value is (219,83,76). Sum of RGB (Red+Green+Blue) = 219+83+76=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB534C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB534C is #24ACB3. Grayscale: #7B7B7B. Windows color (decimal): -2403508 or 5002203. OLE color: 5002203.
HSL color Cylindrical-coordinate representation of color #DB534C: hue angle of 2.94º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB534C is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 76 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.14 |
| HSL | 2.94º | 0.67% | 0.58% | - |
| HSV(B) | 2.94º | 0.65% | 0.86% | - |
| XYZ | 33.61 | 21.77 | 9.27 | - |
| YUV | 122.87 | 101.56 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 76 | 0 | 0.62 | 0.65 | 0.14 | 2.94 | 0.67 | 0.58 |
| Hex | DB | 53 | 4C | 0 | 3E | 41 | E | 3 | 43 | 3A |
| Octal | 333 | 123 | 114 | 0 | 76 | 101 | 16 | 3 | 103 | 72 |
| Binary | 11011011 | 1010011 | 1001100 | 0 | 111110 | 1000001 | 1110 | 11 | 1000011 | 111010 |
Color Harmonies of #DB534C
Complementary color
Monochromatic Colors of #DB534C
Black with #DB534C
Text Example
Text Example
White with #DB534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB534C; }
p { color: rgb(219,83,76); }
H1.HeaderClassName
{
color: #DB534C;
}
.AnyTagClassName
{
color: #DB534C;
}
</style>
background-color css
<style>
a { background-color: #DB534C; }
a { background-color: rgb(219,83,76); }
div.DivClassName
{
background-color: #DB534C;
}
.BgClassName
{
background-color: #DB534C;
}
</style>
border-color css
<style>
span { border-color: #DB534C; }
span { border-color: rgb(219,83,76); }
td.TdClassName
{
border-color: #DB534C;
}
.TagClassName
{
border-color: #DB534C;
}
</style>