Shades of Valencia #D85653
Tints of Valencia #D85653
RGB
CMYK
RGB Variations
Color information
#D85653 (or 0xD85653) is known color: Valencia. HEX triplet: D8, 56 and 53. RGB value is (216,86,83). Sum of RGB (Red+Green+Blue) = 216+86+83=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D85653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85653 is #27A9AC. Grayscale: #7C7C7C. Windows color (decimal): -2599341 or 5461720. OLE color: 5461720.
HSL color Cylindrical-coordinate representation of color #D85653: hue angle of 1.35º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85653 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 83 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.15 |
| HSL | 1.35º | 0.63% | 0.59% | - |
| HSV(B) | 1.35º | 0.62% | 0.85% | - |
| XYZ | 33.21 | 21.88 | 10.66 | - |
| YUV | 124.53 | 104.57 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 83 | 0 | 0.60 | 0.62 | 0.15 | 1.35 | 0.63 | 0.59 |
| Hex | D8 | 56 | 53 | 0 | 3C | 3E | F | 1 | 3F | 3B |
| Octal | 330 | 126 | 123 | 0 | 74 | 76 | 17 | 1 | 77 | 73 |
| Binary | 11011000 | 1010110 | 1010011 | 0 | 111100 | 111110 | 1111 | 1 | 111111 | 111011 |
Color Harmonies of #D85653
Complementary color
Monochromatic Colors of #D85653
Black with #D85653
Text Example
Text Example
White with #D85653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85653; }
p { color: rgb(216,86,83); }
H1.HeaderClassName
{
color: #D85653;
}
.AnyTagClassName
{
color: #D85653;
}
</style>
background-color css
<style>
a { background-color: #D85653; }
a { background-color: rgb(216,86,83); }
div.DivClassName
{
background-color: #D85653;
}
.BgClassName
{
background-color: #D85653;
}
</style>
border-color css
<style>
span { border-color: #D85653; }
span { border-color: rgb(216,86,83); }
td.TdClassName
{
border-color: #D85653;
}
.TagClassName
{
border-color: #D85653;
}
</style>