Shades of Valencia #D8564D
Tints of Valencia #D8564D
RGB
CMYK
RGB Variations
Color information
#D8564D (or 0xD8564D) is known color: Valencia. HEX triplet: D8, 56 and 4D. RGB value is (216,86,77). Sum of RGB (Red+Green+Blue) = 216+86+77=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8564D is #27A9B2. Grayscale: #7C7C7C. Windows color (decimal): -2599347 or 5068504. OLE color: 5068504.
HSL color Cylindrical-coordinate representation of color #D8564D: hue angle of 3.88º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8564D is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 86 | 77 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.15 |
| HSL | 3.88º | 0.64% | 0.57% | - |
| HSV(B) | 3.88º | 0.64% | 0.85% | - |
| XYZ | 32.99 | 21.79 | 9.49 | - |
| YUV | 123.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 77 | 0 | 0.60 | 0.64 | 0.15 | 3.88 | 0.64 | 0.57 |
| Hex | D8 | 56 | 4D | 0 | 3C | 40 | F | 4 | 40 | 39 |
| Octal | 330 | 126 | 115 | 0 | 74 | 100 | 17 | 4 | 100 | 71 |
| Binary | 11011000 | 1010110 | 1001101 | 0 | 111100 | 1000000 | 1111 | 100 | 1000000 | 111001 |
Color Harmonies of #D8564D
Complementary color
Monochromatic Colors of #D8564D
Black with #D8564D
Text Example
Text Example
White with #D8564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8564D; }
p { color: rgb(216,86,77); }
H1.HeaderClassName
{
color: #D8564D;
}
.AnyTagClassName
{
color: #D8564D;
}
</style>
background-color css
<style>
a { background-color: #D8564D; }
a { background-color: rgb(216,86,77); }
div.DivClassName
{
background-color: #D8564D;
}
.BgClassName
{
background-color: #D8564D;
}
</style>
border-color css
<style>
span { border-color: #D8564D; }
span { border-color: rgb(216,86,77); }
td.TdClassName
{
border-color: #D8564D;
}
.TagClassName
{
border-color: #D8564D;
}
</style>