Shades of Valencia #DA594F
Tints of Valencia #DA594F
RGB
CMYK
RGB Variations
Color information
#DA594F (or 0xDA594F) is known color: Valencia. HEX triplet: DA, 59 and 4F. RGB value is (218,89,79). Sum of RGB (Red+Green+Blue) = 218+89+79=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA594F is #25A6B0. Grayscale: #7E7E7E. Windows color (decimal): -2467505 or 5200346. OLE color: 5200346.
HSL color Cylindrical-coordinate representation of color #DA594F: hue angle of 4.32º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA594F is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 79 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.15 |
| HSL | 4.32º | 0.65% | 0.58% | - |
| HSV(B) | 4.32º | 0.64% | 0.85% | - |
| XYZ | 33.9 | 22.61 | 9.98 | - |
| YUV | 126.43 | 101.24 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 79 | 0 | 0.59 | 0.64 | 0.15 | 4.32 | 0.65 | 0.58 |
| Hex | DA | 59 | 4F | 0 | 3B | 40 | F | 4 | 41 | 3A |
| Octal | 332 | 131 | 117 | 0 | 73 | 100 | 17 | 4 | 101 | 72 |
| Binary | 11011010 | 1011001 | 1001111 | 0 | 111011 | 1000000 | 1111 | 100 | 1000001 | 111010 |
Color Harmonies of #DA594F
Complementary color
Monochromatic Colors of #DA594F
Black with #DA594F
Text Example
Text Example
White with #DA594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA594F; }
p { color: rgb(218,89,79); }
H1.HeaderClassName
{
color: #DA594F;
}
.AnyTagClassName
{
color: #DA594F;
}
</style>
background-color css
<style>
a { background-color: #DA594F; }
a { background-color: rgb(218,89,79); }
div.DivClassName
{
background-color: #DA594F;
}
.BgClassName
{
background-color: #DA594F;
}
</style>
border-color css
<style>
span { border-color: #DA594F; }
span { border-color: rgb(218,89,79); }
td.TdClassName
{
border-color: #DA594F;
}
.TagClassName
{
border-color: #DA594F;
}
</style>