Shades of Valencia #D85C54
Tints of Valencia #D85C54
RGB
CMYK
RGB Variations
Color information
#D85C54 (or 0xD85C54) is known color: Valencia. HEX triplet: D8, 5C and 54. RGB value is (216,92,84). Sum of RGB (Red+Green+Blue) = 216+92+84=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85C54 is #27A3AB. Grayscale: #808080. Windows color (decimal): -2597804 or 5528792. OLE color: 5528792.
HSL color Cylindrical-coordinate representation of color #D85C54: hue angle of 3.64º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85C54 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 84 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.15 |
| HSL | 3.64º | 0.63% | 0.59% | - |
| HSV(B) | 3.64º | 0.61% | 0.85% | - |
| XYZ | 33.75 | 22.89 | 11.03 | - |
| YUV | 128.16 | 103.08 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 84 | 0 | 0.57 | 0.61 | 0.15 | 3.64 | 0.63 | 0.59 |
| Hex | D8 | 5C | 54 | 0 | 39 | 3D | F | 4 | 3F | 3B |
| Octal | 330 | 134 | 124 | 0 | 71 | 75 | 17 | 4 | 77 | 73 |
| Binary | 11011000 | 1011100 | 1010100 | 0 | 111001 | 111101 | 1111 | 100 | 111111 | 111011 |
Color Harmonies of #D85C54
Complementary color
Monochromatic Colors of #D85C54
Black with #D85C54
Text Example
Text Example
White with #D85C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85C54; }
p { color: rgb(216,92,84); }
H1.HeaderClassName
{
color: #D85C54;
}
.AnyTagClassName
{
color: #D85C54;
}
</style>
background-color css
<style>
a { background-color: #D85C54; }
a { background-color: rgb(216,92,84); }
div.DivClassName
{
background-color: #D85C54;
}
.BgClassName
{
background-color: #D85C54;
}
</style>
border-color css
<style>
span { border-color: #D85C54; }
span { border-color: rgb(216,92,84); }
td.TdClassName
{
border-color: #D85C54;
}
.TagClassName
{
border-color: #D85C54;
}
</style>