Shades of Valencia #D85650
Tints of Valencia #D85650
RGB
CMYK
RGB Variations
Color information
#D85650 (or 0xD85650) is known color: Valencia. HEX triplet: D8, 56 and 50. RGB value is (216,86,80). Sum of RGB (Red+Green+Blue) = 216+86+80=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D85650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85650 is #27A9AF. Grayscale: #7C7C7C. Windows color (decimal): -2599344 or 5265112. OLE color: 5265112.
HSL color Cylindrical-coordinate representation of color #D85650: hue angle of 2.65º 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 #D85650 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 80 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.15 |
| HSL | 2.65º | 0.64% | 0.58% | - |
| HSV(B) | 2.65º | 0.63% | 0.85% | - |
| XYZ | 33.09 | 21.83 | 10.06 | - |
| YUV | 124.19 | 103.07 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 80 | 0 | 0.60 | 0.63 | 0.15 | 2.65 | 0.64 | 0.58 |
| Hex | D8 | 56 | 50 | 0 | 3C | 3F | F | 3 | 40 | 3A |
| Octal | 330 | 126 | 120 | 0 | 74 | 77 | 17 | 3 | 100 | 72 |
| Binary | 11011000 | 1010110 | 1010000 | 0 | 111100 | 111111 | 1111 | 11 | 1000000 | 111010 |
Color Harmonies of #D85650
Complementary color
Monochromatic Colors of #D85650
Black with #D85650
Text Example
Text Example
White with #D85650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85650; }
p { color: rgb(216,86,80); }
H1.HeaderClassName
{
color: #D85650;
}
.AnyTagClassName
{
color: #D85650;
}
</style>
background-color css
<style>
a { background-color: #D85650; }
a { background-color: rgb(216,86,80); }
div.DivClassName
{
background-color: #D85650;
}
.BgClassName
{
background-color: #D85650;
}
</style>
border-color css
<style>
span { border-color: #D85650; }
span { border-color: rgb(216,86,80); }
td.TdClassName
{
border-color: #D85650;
}
.TagClassName
{
border-color: #D85650;
}
</style>