Shades of Valencia #D85D50
Tints of Valencia #D85D50
RGB
CMYK
RGB Variations
Color information
#D85D50 (or 0xD85D50) is known color: Valencia. HEX triplet: D8, 5D and 50. RGB value is (216,93,80). Sum of RGB (Red+Green+Blue) = 216+93+80=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D50 is #27A2AF. Grayscale: #808080. Windows color (decimal): -2597552 or 5266904. OLE color: 5266904.
HSL color Cylindrical-coordinate representation of color #D85D50: hue angle of 5.74º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85D50 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 80 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.15 |
| HSL | 5.74º | 0.64% | 0.58% | - |
| HSV(B) | 5.74º | 0.63% | 0.85% | - |
| XYZ | 33.68 | 23.01 | 10.25 | - |
| YUV | 128.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 80 | 0 | 0.57 | 0.63 | 0.15 | 5.74 | 0.64 | 0.58 |
| Hex | D8 | 5D | 50 | 0 | 39 | 3F | F | 6 | 40 | 3A |
| Octal | 330 | 135 | 120 | 0 | 71 | 77 | 17 | 6 | 100 | 72 |
| Binary | 11011000 | 1011101 | 1010000 | 0 | 111001 | 111111 | 1111 | 110 | 1000000 | 111010 |
Color Harmonies of #D85D50
Complementary color
Monochromatic Colors of #D85D50
Black with #D85D50
Text Example
Text Example
White with #D85D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85D50; }
p { color: rgb(216,93,80); }
H1.HeaderClassName
{
color: #D85D50;
}
.AnyTagClassName
{
color: #D85D50;
}
</style>
background-color css
<style>
a { background-color: #D85D50; }
a { background-color: rgb(216,93,80); }
div.DivClassName
{
background-color: #D85D50;
}
.BgClassName
{
background-color: #D85D50;
}
</style>
border-color css
<style>
span { border-color: #D85D50; }
span { border-color: rgb(216,93,80); }
td.TdClassName
{
border-color: #D85D50;
}
.TagClassName
{
border-color: #D85D50;
}
</style>