Shades of Valencia #DB574C
Tints of Valencia #DB574C
RGB
CMYK
RGB Variations
Color information
#DB574C (or 0xDB574C) is known color: Valencia. HEX triplet: DB, 57 and 4C. RGB value is (219,87,76). Sum of RGB (Red+Green+Blue) = 219+87+76=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB574C is #24A8B3. Grayscale: #7D7D7D. Windows color (decimal): -2402484 or 5003227. OLE color: 5003227.
HSL color Cylindrical-coordinate representation of color #DB574C: hue angle of 4.62º 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 #DB574C is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 87 | 76 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.14 |
| HSL | 4.62º | 0.67% | 0.58% | - |
| HSV(B) | 4.62º | 0.65% | 0.86% | - |
| XYZ | 33.93 | 22.4 | 9.37 | - |
| YUV | 125.21 | 100.23 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 87 | 76 | 0 | 0.60 | 0.65 | 0.14 | 4.62 | 0.67 | 0.58 |
| Hex | DB | 57 | 4C | 0 | 3C | 41 | E | 5 | 43 | 3A |
| Octal | 333 | 127 | 114 | 0 | 74 | 101 | 16 | 5 | 103 | 72 |
| Binary | 11011011 | 1010111 | 1001100 | 0 | 111100 | 1000001 | 1110 | 101 | 1000011 | 111010 |
Color Harmonies of #DB574C
Complementary color
Monochromatic Colors of #DB574C
Black with #DB574C
Text Example
Text Example
White with #DB574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB574C; }
p { color: rgb(219,87,76); }
H1.HeaderClassName
{
color: #DB574C;
}
.AnyTagClassName
{
color: #DB574C;
}
</style>
background-color css
<style>
a { background-color: #DB574C; }
a { background-color: rgb(219,87,76); }
div.DivClassName
{
background-color: #DB574C;
}
.BgClassName
{
background-color: #DB574C;
}
</style>
border-color css
<style>
span { border-color: #DB574C; }
span { border-color: rgb(219,87,76); }
td.TdClassName
{
border-color: #DB574C;
}
.TagClassName
{
border-color: #DB574C;
}
</style>