Shades of Valencia #D1564C
Tints of Valencia #D1564C
RGB
CMYK
RGB Variations
Color information
#D1564C (or 0xD1564C) is known color: Valencia. HEX triplet: D1, 56 and 4C. RGB value is (209,86,76). Sum of RGB (Red+Green+Blue) = 209+86+76=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1564C is #2EA9B3. Grayscale: #797979. Windows color (decimal): -3058100 or 5002961. OLE color: 5002961.
HSL color Cylindrical-coordinate representation of color #D1564C: hue angle of 4.51º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1564C is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 76 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.18 |
| HSL | 4.51º | 0.59% | 0.56% | - |
| HSV(B) | 4.51º | 0.64% | 0.82% | - |
| XYZ | 30.93 | 20.73 | 9.21 | - |
| YUV | 121.64 | 102.25 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 76 | 0 | 0.59 | 0.64 | 0.18 | 4.51 | 0.59 | 0.56 |
| Hex | D1 | 56 | 4C | 0 | 3B | 40 | 12 | 5 | 3B | 38 |
| Octal | 321 | 126 | 114 | 0 | 73 | 100 | 22 | 5 | 73 | 70 |
| Binary | 11010001 | 1010110 | 1001100 | 0 | 111011 | 1000000 | 10010 | 101 | 111011 | 111000 |
Color Harmonies of #D1564C
Complementary color
Monochromatic Colors of #D1564C
Black with #D1564C
Text Example
Text Example
White with #D1564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1564C; }
p { color: rgb(209,86,76); }
H1.HeaderClassName
{
color: #D1564C;
}
.AnyTagClassName
{
color: #D1564C;
}
</style>
background-color css
<style>
a { background-color: #D1564C; }
a { background-color: rgb(209,86,76); }
div.DivClassName
{
background-color: #D1564C;
}
.BgClassName
{
background-color: #D1564C;
}
</style>
border-color css
<style>
span { border-color: #D1564C; }
span { border-color: rgb(209,86,76); }
td.TdClassName
{
border-color: #D1564C;
}
.TagClassName
{
border-color: #D1564C;
}
</style>