Shades of Valencia #D6564D
Tints of Valencia #D6564D
RGB
CMYK
RGB Variations
Color information
#D6564D (or 0xD6564D) is known color: Valencia. HEX triplet: D6, 56 and 4D. RGB value is (214,86,77). Sum of RGB (Red+Green+Blue) = 214+86+77=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6564D is #29A9B2. Grayscale: #7B7B7B. Windows color (decimal): -2730419 or 5068502. OLE color: 5068502.
HSL color Cylindrical-coordinate representation of color #D6564D: hue angle of 3.94º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6564D is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 77 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.16 |
| HSL | 3.94º | 0.63% | 0.57% | - |
| HSV(B) | 3.94º | 0.64% | 0.84% | - |
| XYZ | 32.4 | 21.49 | 9.46 | - |
| YUV | 123.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 77 | 0 | 0.60 | 0.64 | 0.16 | 3.94 | 0.63 | 0.57 |
| Hex | D6 | 56 | 4D | 0 | 3C | 40 | 10 | 4 | 3F | 39 |
| Octal | 326 | 126 | 115 | 0 | 74 | 100 | 20 | 4 | 77 | 71 |
| Binary | 11010110 | 1010110 | 1001101 | 0 | 111100 | 1000000 | 10000 | 100 | 111111 | 111001 |
Color Harmonies of #D6564D
Complementary color
Monochromatic Colors of #D6564D
Black with #D6564D
Text Example
Text Example
White with #D6564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6564D; }
p { color: rgb(214,86,77); }
H1.HeaderClassName
{
color: #D6564D;
}
.AnyTagClassName
{
color: #D6564D;
}
</style>
background-color css
<style>
a { background-color: #D6564D; }
a { background-color: rgb(214,86,77); }
div.DivClassName
{
background-color: #D6564D;
}
.BgClassName
{
background-color: #D6564D;
}
</style>
border-color css
<style>
span { border-color: #D6564D; }
span { border-color: rgb(214,86,77); }
td.TdClassName
{
border-color: #D6564D;
}
.TagClassName
{
border-color: #D6564D;
}
</style>