Shades of Valencia #D85644
Tints of Valencia #D85644
RGB
CMYK
RGB Variations
Color information
#D85644 (or 0xD85644) is known color: Valencia. HEX triplet: D8, 56 and 44. RGB value is (216,86,68). Sum of RGB (Red+Green+Blue) = 216+86+68=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D85644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85644 is #27A9BB. Grayscale: #7B7B7B. Windows color (decimal): -2599356 or 4478680. OLE color: 4478680.
HSL color Cylindrical-coordinate representation of color #D85644: hue angle of 7.3º 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 #D85644 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 68 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.15 |
| HSL | 7.3º | 0.65% | 0.56% | - |
| HSV(B) | 7.3º | 0.69% | 0.85% | - |
| XYZ | 32.69 | 21.67 | 7.93 | - |
| YUV | 122.82 | 97.07 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 68 | 0 | 0.60 | 0.69 | 0.15 | 7.3 | 0.65 | 0.56 |
| Hex | D8 | 56 | 44 | 0 | 3C | 45 | F | 7 | 41 | 38 |
| Octal | 330 | 126 | 104 | 0 | 74 | 105 | 17 | 7 | 101 | 70 |
| Binary | 11011000 | 1010110 | 1000100 | 0 | 111100 | 1000101 | 1111 | 111 | 1000001 | 111000 |
Color Harmonies of #D85644
Complementary color
Monochromatic Colors of #D85644
Black with #D85644
Text Example
Text Example
White with #D85644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85644; }
p { color: rgb(216,86,68); }
H1.HeaderClassName
{
color: #D85644;
}
.AnyTagClassName
{
color: #D85644;
}
</style>
background-color css
<style>
a { background-color: #D85644; }
a { background-color: rgb(216,86,68); }
div.DivClassName
{
background-color: #D85644;
}
.BgClassName
{
background-color: #D85644;
}
</style>
border-color css
<style>
span { border-color: #D85644; }
span { border-color: rgb(216,86,68); }
td.TdClassName
{
border-color: #D85644;
}
.TagClassName
{
border-color: #D85644;
}
</style>