Shades of Valencia #DA564F
Tints of Valencia #DA564F
RGB
CMYK
RGB Variations
Color information
#DA564F (or 0xDA564F) is known color: Valencia. HEX triplet: DA, 56 and 4F. RGB value is (218,86,79). Sum of RGB (Red+Green+Blue) = 218+86+79=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA564F is #25A9B0. Grayscale: #7C7C7C. Windows color (decimal): -2468273 or 5199578. OLE color: 5199578.
HSL color Cylindrical-coordinate representation of color #DA564F: hue angle of 3.02º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA564F is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 79 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.15 |
| HSL | 3.02º | 0.65% | 0.58% | - |
| HSV(B) | 3.02º | 0.64% | 0.85% | - |
| XYZ | 33.65 | 22.13 | 9.89 | - |
| YUV | 124.67 | 102.23 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 79 | 0 | 0.61 | 0.64 | 0.15 | 3.02 | 0.65 | 0.58 |
| Hex | DA | 56 | 4F | 0 | 3D | 40 | F | 3 | 41 | 3A |
| Octal | 332 | 126 | 117 | 0 | 75 | 100 | 17 | 3 | 101 | 72 |
| Binary | 11011010 | 1010110 | 1001111 | 0 | 111101 | 1000000 | 1111 | 11 | 1000001 | 111010 |
Color Harmonies of #DA564F
Complementary color
Monochromatic Colors of #DA564F
Black with #DA564F
Text Example
Text Example
White with #DA564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA564F; }
p { color: rgb(218,86,79); }
H1.HeaderClassName
{
color: #DA564F;
}
.AnyTagClassName
{
color: #DA564F;
}
</style>
background-color css
<style>
a { background-color: #DA564F; }
a { background-color: rgb(218,86,79); }
div.DivClassName
{
background-color: #DA564F;
}
.BgClassName
{
background-color: #DA564F;
}
</style>
border-color css
<style>
span { border-color: #DA564F; }
span { border-color: rgb(218,86,79); }
td.TdClassName
{
border-color: #DA564F;
}
.TagClassName
{
border-color: #DA564F;
}
</style>