Shades of Valencia #DA5C49
Tints of Valencia #DA5C49
RGB
CMYK
RGB Variations
Color information
#DA5C49 (or 0xDA5C49) is known color: Valencia. HEX triplet: DA, 5C and 49. RGB value is (218,92,73). Sum of RGB (Red+Green+Blue) = 218+92+73=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5C49 is #25A3B6. Grayscale: #7F7F7F. Windows color (decimal): -2466743 or 4807898. OLE color: 4807898.
HSL color Cylindrical-coordinate representation of color #DA5C49: hue angle of 7.86º 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 #DA5C49 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 73 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.15 |
| HSL | 7.86º | 0.66% | 0.57% | - |
| HSV(B) | 7.86º | 0.67% | 0.85% | - |
| XYZ | 33.94 | 23.04 | 8.96 | - |
| YUV | 127.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 73 | 0 | 0.58 | 0.67 | 0.15 | 7.86 | 0.66 | 0.57 |
| Hex | DA | 5C | 49 | 0 | 3A | 43 | F | 8 | 42 | 39 |
| Octal | 332 | 134 | 111 | 0 | 72 | 103 | 17 | 10 | 102 | 71 |
| Binary | 11011010 | 1011100 | 1001001 | 0 | 111010 | 1000011 | 1111 | 1000 | 1000010 | 111001 |
Color Harmonies of #DA5C49
Complementary color
Monochromatic Colors of #DA5C49
Black with #DA5C49
Text Example
Text Example
White with #DA5C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5C49; }
p { color: rgb(218,92,73); }
H1.HeaderClassName
{
color: #DA5C49;
}
.AnyTagClassName
{
color: #DA5C49;
}
</style>
background-color css
<style>
a { background-color: #DA5C49; }
a { background-color: rgb(218,92,73); }
div.DivClassName
{
background-color: #DA5C49;
}
.BgClassName
{
background-color: #DA5C49;
}
</style>
border-color css
<style>
span { border-color: #DA5C49; }
span { border-color: rgb(218,92,73); }
td.TdClassName
{
border-color: #DA5C49;
}
.TagClassName
{
border-color: #DA5C49;
}
</style>