Shades of Valencia #DA5A54
Tints of Valencia #DA5A54
RGB
CMYK
RGB Variations
Color information
#DA5A54 (or 0xDA5A54) is known color: Valencia. HEX triplet: DA, 5A and 54. RGB value is (218,90,84). Sum of RGB (Red+Green+Blue) = 218+90+84=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5A54 is #25A5AB. Grayscale: #7F7F7F. Windows color (decimal): -2467244 or 5528282. OLE color: 5528282.
HSL color Cylindrical-coordinate representation of color #DA5A54: hue angle of 2.69º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5A54 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 90 | 84 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.15 |
| HSL | 2.69º | 0.64% | 0.59% | - |
| HSV(B) | 2.69º | 0.61% | 0.85% | - |
| XYZ | 34.17 | 22.86 | 11 | - |
| YUV | 127.59 | 103.41 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 84 | 0 | 0.59 | 0.61 | 0.15 | 2.69 | 0.64 | 0.59 |
| Hex | DA | 5A | 54 | 0 | 3B | 3D | F | 3 | 40 | 3B |
| Octal | 332 | 132 | 124 | 0 | 73 | 75 | 17 | 3 | 100 | 73 |
| Binary | 11011010 | 1011010 | 1010100 | 0 | 111011 | 111101 | 1111 | 11 | 1000000 | 111011 |
Color Harmonies of #DA5A54
Complementary color
Monochromatic Colors of #DA5A54
Black with #DA5A54
Text Example
Text Example
White with #DA5A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5A54; }
p { color: rgb(218,90,84); }
H1.HeaderClassName
{
color: #DA5A54;
}
.AnyTagClassName
{
color: #DA5A54;
}
</style>
background-color css
<style>
a { background-color: #DA5A54; }
a { background-color: rgb(218,90,84); }
div.DivClassName
{
background-color: #DA5A54;
}
.BgClassName
{
background-color: #DA5A54;
}
</style>
border-color css
<style>
span { border-color: #DA5A54; }
span { border-color: rgb(218,90,84); }
td.TdClassName
{
border-color: #DA5A54;
}
.TagClassName
{
border-color: #DA5A54;
}
</style>