Shades of Valencia #D6564C
Tints of Valencia #D6564C
RGB
CMYK
RGB Variations
Color information
#D6564C (or 0xD6564C) is known color: Valencia. HEX triplet: D6, 56 and 4C. RGB value is (214,86,76). Sum of RGB (Red+Green+Blue) = 214+86+76=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6564C is #29A9B3. Grayscale: #7B7B7B. Windows color (decimal): -2730420 or 5002966. OLE color: 5002966.
HSL color Cylindrical-coordinate representation of color #D6564C: hue angle of 4.35º 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 #D6564C is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 76 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.16 |
| HSL | 4.35º | 0.63% | 0.57% | - |
| HSV(B) | 4.35º | 0.64% | 0.84% | - |
| XYZ | 32.36 | 21.47 | 9.28 | - |
| YUV | 123.13 | 101.41 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 76 | 0 | 0.60 | 0.64 | 0.16 | 4.35 | 0.63 | 0.57 |
| Hex | D6 | 56 | 4C | 0 | 3C | 40 | 10 | 4 | 3F | 39 |
| Octal | 326 | 126 | 114 | 0 | 74 | 100 | 20 | 4 | 77 | 71 |
| Binary | 11010110 | 1010110 | 1001100 | 0 | 111100 | 1000000 | 10000 | 100 | 111111 | 111001 |
Color Harmonies of #D6564C
Complementary color
Monochromatic Colors of #D6564C
Black with #D6564C
Text Example
Text Example
White with #D6564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6564C; }
p { color: rgb(214,86,76); }
H1.HeaderClassName
{
color: #D6564C;
}
.AnyTagClassName
{
color: #D6564C;
}
</style>
background-color css
<style>
a { background-color: #D6564C; }
a { background-color: rgb(214,86,76); }
div.DivClassName
{
background-color: #D6564C;
}
.BgClassName
{
background-color: #D6564C;
}
</style>
border-color css
<style>
span { border-color: #D6564C; }
span { border-color: rgb(214,86,76); }
td.TdClassName
{
border-color: #D6564C;
}
.TagClassName
{
border-color: #D6564C;
}
</style>