Shades of Valencia #D85C52
Tints of Valencia #D85C52
RGB
CMYK
RGB Variations
Color information
#D85C52 (or 0xD85C52) is known color: Valencia. HEX triplet: D8, 5C and 52. RGB value is (216,92,82). Sum of RGB (Red+Green+Blue) = 216+92+82=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85C52 is #27A3AD. Grayscale: #808080. Windows color (decimal): -2597806 or 5397720. OLE color: 5397720.
HSL color Cylindrical-coordinate representation of color #D85C52: hue angle of 4.48º 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 #D85C52 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 82 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.15 |
| HSL | 4.48º | 0.63% | 0.58% | - |
| HSV(B) | 4.48º | 0.62% | 0.85% | - |
| XYZ | 33.67 | 22.86 | 10.62 | - |
| YUV | 127.94 | 102.08 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 82 | 0 | 0.57 | 0.62 | 0.15 | 4.48 | 0.63 | 0.58 |
| Hex | D8 | 5C | 52 | 0 | 39 | 3E | F | 4 | 3F | 3A |
| Octal | 330 | 134 | 122 | 0 | 71 | 76 | 17 | 4 | 77 | 72 |
| Binary | 11011000 | 1011100 | 1010010 | 0 | 111001 | 111110 | 1111 | 100 | 111111 | 111010 |
Color Harmonies of #D85C52
Complementary color
Monochromatic Colors of #D85C52
Black with #D85C52
Text Example
Text Example
White with #D85C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85C52; }
p { color: rgb(216,92,82); }
H1.HeaderClassName
{
color: #D85C52;
}
.AnyTagClassName
{
color: #D85C52;
}
</style>
background-color css
<style>
a { background-color: #D85C52; }
a { background-color: rgb(216,92,82); }
div.DivClassName
{
background-color: #D85C52;
}
.BgClassName
{
background-color: #D85C52;
}
</style>
border-color css
<style>
span { border-color: #D85C52; }
span { border-color: rgb(216,92,82); }
td.TdClassName
{
border-color: #D85C52;
}
.TagClassName
{
border-color: #D85C52;
}
</style>