Shades of Valencia #D85651
Tints of Valencia #D85651
RGB
CMYK
RGB Variations
Color information
#D85651 (or 0xD85651) is known color: Valencia. HEX triplet: D8, 56 and 51. RGB value is (216,86,81). Sum of RGB (Red+Green+Blue) = 216+86+81=383 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.40% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 81 (32.03% from 255 or 21.15% from 383); Max value from RGB is 216 - color contains mainly: red. Hex color #D85651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85651 is #27A9AE. Grayscale: #7C7C7C. Windows color (decimal): -2599343 or 5330648. OLE color: 5330648.
HSL color Cylindrical-coordinate representation of color #D85651: hue angle of 2.22º 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 #D85651 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 81 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.15 |
| HSL | 2.22º | 0.63% | 0.58% | - |
| HSV(B) | 2.22º | 0.63% | 0.85% | - |
| XYZ | 33.13 | 21.85 | 10.26 | - |
| YUV | 124.3 | 103.57 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 81 | 0 | 0.60 | 0.62 | 0.15 | 2.22 | 0.63 | 0.58 |
| Hex | D8 | 56 | 51 | 0 | 3C | 3E | F | 2 | 3F | 3A |
| Octal | 330 | 126 | 121 | 0 | 74 | 76 | 17 | 2 | 77 | 72 |
| Binary | 11011000 | 1010110 | 1010001 | 0 | 111100 | 111110 | 1111 | 10 | 111111 | 111010 |
Color Harmonies of #D85651
Complementary color
Monochromatic Colors of #D85651
Black with #D85651
Text Example
Text Example
White with #D85651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85651; }
p { color: rgb(216,86,81); }
H1.HeaderClassName
{
color: #D85651;
}
.AnyTagClassName
{
color: #D85651;
}
</style>
background-color css
<style>
a { background-color: #D85651; }
a { background-color: rgb(216,86,81); }
div.DivClassName
{
background-color: #D85651;
}
.BgClassName
{
background-color: #D85651;
}
</style>
border-color css
<style>
span { border-color: #D85651; }
span { border-color: rgb(216,86,81); }
td.TdClassName
{
border-color: #D85651;
}
.TagClassName
{
border-color: #D85651;
}
</style>