Shades of Valencia #D85544
Tints of Valencia #D85544
RGB
CMYK
RGB Variations
Color information
#D85544 (or 0xD85544) is known color: Valencia. HEX triplet: D8, 55 and 44. RGB value is (216,85,68). Sum of RGB (Red+Green+Blue) = 216+85+68=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D85544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85544 is #27AABB. Grayscale: #7A7A7A. Windows color (decimal): -2599612 or 4478424. OLE color: 4478424.
HSL color Cylindrical-coordinate representation of color #D85544: hue angle of 6.89º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D85544 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 85 | 68 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.15 |
| HSL | 6.89º | 0.65% | 0.56% | - |
| HSV(B) | 6.89º | 0.69% | 0.85% | - |
| XYZ | 32.61 | 21.51 | 7.9 | - |
| YUV | 122.23 | 97.4 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 85 | 68 | 0 | 0.61 | 0.69 | 0.15 | 6.89 | 0.65 | 0.56 |
| Hex | D8 | 55 | 44 | 0 | 3D | 45 | F | 7 | 41 | 38 |
| Octal | 330 | 125 | 104 | 0 | 75 | 105 | 17 | 7 | 101 | 70 |
| Binary | 11011000 | 1010101 | 1000100 | 0 | 111101 | 1000101 | 1111 | 111 | 1000001 | 111000 |
Color Harmonies of #D85544
Complementary color
Monochromatic Colors of #D85544
Black with #D85544
Text Example
Text Example
White with #D85544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85544; }
p { color: rgb(216,85,68); }
H1.HeaderClassName
{
color: #D85544;
}
.AnyTagClassName
{
color: #D85544;
}
</style>
background-color css
<style>
a { background-color: #D85544; }
a { background-color: rgb(216,85,68); }
div.DivClassName
{
background-color: #D85544;
}
.BgClassName
{
background-color: #D85544;
}
</style>
border-color css
<style>
span { border-color: #D85544; }
span { border-color: rgb(216,85,68); }
td.TdClassName
{
border-color: #D85544;
}
.TagClassName
{
border-color: #D85544;
}
</style>