Shades of Valencia #DA5654
Tints of Valencia #DA5654
RGB
CMYK
RGB Variations
Color information
#DA5654 (or 0xDA5654) is known color: Valencia. HEX triplet: DA, 56 and 54. RGB value is (218,86,84). Sum of RGB (Red+Green+Blue) = 218+86+84=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5654 is #25A9AB. Grayscale: #7D7D7D. Windows color (decimal): -2468268 or 5527258. OLE color: 5527258.
HSL color Cylindrical-coordinate representation of color #DA5654: hue angle of 0.9º 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 #DA5654 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 84 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.15 |
| HSL | 0.9º | 0.64% | 0.59% | - |
| HSV(B) | 0.9º | 0.61% | 0.85% | - |
| XYZ | 33.84 | 22.2 | 10.89 | - |
| YUV | 125.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 84 | 0 | 0.61 | 0.61 | 0.15 | 0.9 | 0.64 | 0.59 |
| Hex | DA | 56 | 54 | 0 | 3D | 3D | F | 1 | 40 | 3B |
| Octal | 332 | 126 | 124 | 0 | 75 | 75 | 17 | 1 | 100 | 73 |
| Binary | 11011010 | 1010110 | 1010100 | 0 | 111101 | 111101 | 1111 | 1 | 1000000 | 111011 |
Color Harmonies of #DA5654
Complementary color
Monochromatic Colors of #DA5654
Black with #DA5654
Text Example
Text Example
White with #DA5654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5654; }
p { color: rgb(218,86,84); }
H1.HeaderClassName
{
color: #DA5654;
}
.AnyTagClassName
{
color: #DA5654;
}
</style>
background-color css
<style>
a { background-color: #DA5654; }
a { background-color: rgb(218,86,84); }
div.DivClassName
{
background-color: #DA5654;
}
.BgClassName
{
background-color: #DA5654;
}
</style>
border-color css
<style>
span { border-color: #DA5654; }
span { border-color: rgb(218,86,84); }
td.TdClassName
{
border-color: #DA5654;
}
.TagClassName
{
border-color: #DA5654;
}
</style>