Shades of Valencia #DA574C
Tints of Valencia #DA574C
RGB
CMYK
RGB Variations
Color information
#DA574C (or 0xDA574C) is known color: Valencia. HEX triplet: DA, 57 and 4C. RGB value is (218,87,76). Sum of RGB (Red+Green+Blue) = 218+87+76=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA574C is #25A8B3. Grayscale: #7D7D7D. Windows color (decimal): -2468020 or 5003226. OLE color: 5003226.
HSL color Cylindrical-coordinate representation of color #DA574C: hue angle of 4.65º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA574C is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 76 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.15 |
| HSL | 4.65º | 0.66% | 0.58% | - |
| HSV(B) | 4.65º | 0.65% | 0.85% | - |
| XYZ | 33.63 | 22.24 | 9.36 | - |
| YUV | 124.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 76 | 0 | 0.60 | 0.65 | 0.15 | 4.65 | 0.66 | 0.58 |
| Hex | DA | 57 | 4C | 0 | 3C | 41 | F | 5 | 42 | 3A |
| Octal | 332 | 127 | 114 | 0 | 74 | 101 | 17 | 5 | 102 | 72 |
| Binary | 11011010 | 1010111 | 1001100 | 0 | 111100 | 1000001 | 1111 | 101 | 1000010 | 111010 |
Color Harmonies of #DA574C
Complementary color
Monochromatic Colors of #DA574C
Black with #DA574C
Text Example
Text Example
White with #DA574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA574C; }
p { color: rgb(218,87,76); }
H1.HeaderClassName
{
color: #DA574C;
}
.AnyTagClassName
{
color: #DA574C;
}
</style>
background-color css
<style>
a { background-color: #DA574C; }
a { background-color: rgb(218,87,76); }
div.DivClassName
{
background-color: #DA574C;
}
.BgClassName
{
background-color: #DA574C;
}
</style>
border-color css
<style>
span { border-color: #DA574C; }
span { border-color: rgb(218,87,76); }
td.TdClassName
{
border-color: #DA574C;
}
.TagClassName
{
border-color: #DA574C;
}
</style>