Shades of Valencia #D85B48
Tints of Valencia #D85B48
RGB
CMYK
RGB Variations
Color information
#D85B48 (or 0xD85B48) is known color: Valencia. HEX triplet: D8, 5B and 48. RGB value is (216,91,72). Sum of RGB (Red+Green+Blue) = 216+91+72=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85B48 is #27A4B7. Grayscale: #7E7E7E. Windows color (decimal): -2598072 or 4742104. OLE color: 4742104.
HSL color Cylindrical-coordinate representation of color #D85B48: hue angle of 7.92º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D85B48 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 72 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.15 |
| HSL | 7.92º | 0.65% | 0.56% | - |
| HSV(B) | 7.92º | 0.67% | 0.85% | - |
| XYZ | 33.23 | 22.55 | 8.73 | - |
| YUV | 126.21 | 97.41 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 72 | 0 | 0.58 | 0.67 | 0.15 | 7.92 | 0.65 | 0.56 |
| Hex | D8 | 5B | 48 | 0 | 3A | 43 | F | 8 | 41 | 38 |
| Octal | 330 | 133 | 110 | 0 | 72 | 103 | 17 | 10 | 101 | 70 |
| Binary | 11011000 | 1011011 | 1001000 | 0 | 111010 | 1000011 | 1111 | 1000 | 1000001 | 111000 |
Color Harmonies of #D85B48
Complementary color
Monochromatic Colors of #D85B48
Black with #D85B48
Text Example
Text Example
White with #D85B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B48; }
p { color: rgb(216,91,72); }
H1.HeaderClassName
{
color: #D85B48;
}
.AnyTagClassName
{
color: #D85B48;
}
</style>
background-color css
<style>
a { background-color: #D85B48; }
a { background-color: rgb(216,91,72); }
div.DivClassName
{
background-color: #D85B48;
}
.BgClassName
{
background-color: #D85B48;
}
</style>
border-color css
<style>
span { border-color: #D85B48; }
span { border-color: rgb(216,91,72); }
td.TdClassName
{
border-color: #D85B48;
}
.TagClassName
{
border-color: #D85B48;
}
</style>