Shades of Valencia #DA5849
Tints of Valencia #DA5849
RGB
CMYK
RGB Variations
Color information
#DA5849 (or 0xDA5849) is known color: Valencia. HEX triplet: DA, 58 and 49. RGB value is (218,88,73). Sum of RGB (Red+Green+Blue) = 218+88+73=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5849 is #25A7B6. Grayscale: #7D7D7D. Windows color (decimal): -2467767 or 4806874. OLE color: 4806874.
HSL color Cylindrical-coordinate representation of color #DA5849: hue angle of 6.21º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA5849 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 73 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.15 |
| HSL | 6.21º | 0.66% | 0.57% | - |
| HSV(B) | 6.21º | 0.67% | 0.85% | - |
| XYZ | 33.61 | 22.37 | 8.85 | - |
| YUV | 125.16 | 98.57 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 73 | 0 | 0.60 | 0.67 | 0.15 | 6.21 | 0.66 | 0.57 |
| Hex | DA | 58 | 49 | 0 | 3C | 43 | F | 6 | 42 | 39 |
| Octal | 332 | 130 | 111 | 0 | 74 | 103 | 17 | 6 | 102 | 71 |
| Binary | 11011010 | 1011000 | 1001001 | 0 | 111100 | 1000011 | 1111 | 110 | 1000010 | 111001 |
Color Harmonies of #DA5849
Complementary color
Monochromatic Colors of #DA5849
Black with #DA5849
Text Example
Text Example
White with #DA5849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5849; }
p { color: rgb(218,88,73); }
H1.HeaderClassName
{
color: #DA5849;
}
.AnyTagClassName
{
color: #DA5849;
}
</style>
background-color css
<style>
a { background-color: #DA5849; }
a { background-color: rgb(218,88,73); }
div.DivClassName
{
background-color: #DA5849;
}
.BgClassName
{
background-color: #DA5849;
}
</style>
border-color css
<style>
span { border-color: #DA5849; }
span { border-color: rgb(218,88,73); }
td.TdClassName
{
border-color: #DA5849;
}
.TagClassName
{
border-color: #DA5849;
}
</style>