Shades of Valencia #D85851
Tints of Valencia #D85851
RGB
CMYK
RGB Variations
Color information
#D85851 (or 0xD85851) is known color: Valencia. HEX triplet: D8, 58 and 51. RGB value is (216,88,81). Sum of RGB (Red+Green+Blue) = 216+88+81=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D85851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85851 is #27A7AE. Grayscale: #7D7D7D. Windows color (decimal): -2598831 or 5331160. OLE color: 5331160.
HSL color Cylindrical-coordinate representation of color #D85851: hue angle of 3.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85851 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 81 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.15 |
| HSL | 3.11º | 0.63% | 0.58% | - |
| HSV(B) | 3.11º | 0.63% | 0.85% | - |
| XYZ | 33.29 | 22.17 | 10.31 | - |
| YUV | 125.47 | 102.91 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 81 | 0 | 0.59 | 0.62 | 0.15 | 3.11 | 0.63 | 0.58 |
| Hex | D8 | 58 | 51 | 0 | 3B | 3E | F | 3 | 3F | 3A |
| Octal | 330 | 130 | 121 | 0 | 73 | 76 | 17 | 3 | 77 | 72 |
| Binary | 11011000 | 1011000 | 1010001 | 0 | 111011 | 111110 | 1111 | 11 | 111111 | 111010 |
Color Harmonies of #D85851
Complementary color
Monochromatic Colors of #D85851
Black with #D85851
Text Example
Text Example
White with #D85851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85851; }
p { color: rgb(216,88,81); }
H1.HeaderClassName
{
color: #D85851;
}
.AnyTagClassName
{
color: #D85851;
}
</style>
background-color css
<style>
a { background-color: #D85851; }
a { background-color: rgb(216,88,81); }
div.DivClassName
{
background-color: #D85851;
}
.BgClassName
{
background-color: #D85851;
}
</style>
border-color css
<style>
span { border-color: #D85851; }
span { border-color: rgb(216,88,81); }
td.TdClassName
{
border-color: #D85851;
}
.TagClassName
{
border-color: #D85851;
}
</style>