Shades of Valencia #D85A54
Tints of Valencia #D85A54
RGB
CMYK
RGB Variations
Color information
#D85A54 (or 0xD85A54) is known color: Valencia. HEX triplet: D8, 5A and 54. RGB value is (216,90,84). Sum of RGB (Red+Green+Blue) = 216+90+84=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A54 is #27A5AB. Grayscale: #7F7F7F. Windows color (decimal): -2598316 or 5528280. OLE color: 5528280.
HSL color Cylindrical-coordinate representation of color #D85A54: hue angle of 2.73º degrees, saturation: 0.63, 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 #D85A54 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 84 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.15 |
| HSL | 2.73º | 0.63% | 0.59% | - |
| HSV(B) | 2.73º | 0.61% | 0.85% | - |
| XYZ | 33.58 | 22.55 | 10.97 | - |
| YUV | 126.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 84 | 0 | 0.58 | 0.61 | 0.15 | 2.73 | 0.63 | 0.59 |
| Hex | D8 | 5A | 54 | 0 | 3A | 3D | F | 3 | 3F | 3B |
| Octal | 330 | 132 | 124 | 0 | 72 | 75 | 17 | 3 | 77 | 73 |
| Binary | 11011000 | 1011010 | 1010100 | 0 | 111010 | 111101 | 1111 | 11 | 111111 | 111011 |
Color Harmonies of #D85A54
Complementary color
Monochromatic Colors of #D85A54
Black with #D85A54
Text Example
Text Example
White with #D85A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A54; }
p { color: rgb(216,90,84); }
H1.HeaderClassName
{
color: #D85A54;
}
.AnyTagClassName
{
color: #D85A54;
}
</style>
background-color css
<style>
a { background-color: #D85A54; }
a { background-color: rgb(216,90,84); }
div.DivClassName
{
background-color: #D85A54;
}
.BgClassName
{
background-color: #D85A54;
}
</style>
border-color css
<style>
span { border-color: #D85A54; }
span { border-color: rgb(216,90,84); }
td.TdClassName
{
border-color: #D85A54;
}
.TagClassName
{
border-color: #D85A54;
}
</style>