Shades of Valencia #D2564C
Tints of Valencia #D2564C
RGB
CMYK
RGB Variations
Color information
#D2564C (or 0xD2564C) is known color: Valencia. HEX triplet: D2, 56 and 4C. RGB value is (210,86,76). Sum of RGB (Red+Green+Blue) = 210+86+76=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D2564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2564C is #2DA9B3. Grayscale: #7A7A7A. Windows color (decimal): -2992564 or 5002962. OLE color: 5002962.
HSL color Cylindrical-coordinate representation of color #D2564C: hue angle of 4.48º degrees, saturation: 0.6, 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 #D2564C is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 76 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.18 |
| HSL | 4.48º | 0.6% | 0.56% | - |
| HSV(B) | 4.48º | 0.64% | 0.82% | - |
| XYZ | 31.21 | 20.88 | 9.22 | - |
| YUV | 121.94 | 102.08 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 76 | 0 | 0.59 | 0.64 | 0.18 | 4.48 | 0.6 | 0.56 |
| Hex | D2 | 56 | 4C | 0 | 3B | 40 | 12 | 4 | 3C | 38 |
| Octal | 322 | 126 | 114 | 0 | 73 | 100 | 22 | 4 | 74 | 70 |
| Binary | 11010010 | 1010110 | 1001100 | 0 | 111011 | 1000000 | 10010 | 100 | 111100 | 111000 |
Color Harmonies of #D2564C
Complementary color
Monochromatic Colors of #D2564C
Black with #D2564C
Text Example
Text Example
White with #D2564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2564C; }
p { color: rgb(210,86,76); }
H1.HeaderClassName
{
color: #D2564C;
}
.AnyTagClassName
{
color: #D2564C;
}
</style>
background-color css
<style>
a { background-color: #D2564C; }
a { background-color: rgb(210,86,76); }
div.DivClassName
{
background-color: #D2564C;
}
.BgClassName
{
background-color: #D2564C;
}
</style>
border-color css
<style>
span { border-color: #D2564C; }
span { border-color: rgb(210,86,76); }
td.TdClassName
{
border-color: #D2564C;
}
.TagClassName
{
border-color: #D2564C;
}
</style>