Shades of Valencia #DA564D
Tints of Valencia #DA564D
RGB
CMYK
RGB Variations
Color information
#DA564D (or 0xDA564D) is known color: Valencia. HEX triplet: DA, 56 and 4D. RGB value is (218,86,77). Sum of RGB (Red+Green+Blue) = 218+86+77=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA564D is #25A9B2. Grayscale: #7C7C7C. Windows color (decimal): -2468275 or 5068506. OLE color: 5068506.
HSL color Cylindrical-coordinate representation of color #DA564D: hue angle of 3.83º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA564D is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 77 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.15 |
| HSL | 3.83º | 0.66% | 0.58% | - |
| HSV(B) | 3.83º | 0.65% | 0.85% | - |
| XYZ | 33.58 | 22.1 | 9.52 | - |
| YUV | 124.44 | 101.23 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 77 | 0 | 0.61 | 0.65 | 0.15 | 3.83 | 0.66 | 0.58 |
| Hex | DA | 56 | 4D | 0 | 3D | 41 | F | 4 | 42 | 3A |
| Octal | 332 | 126 | 115 | 0 | 75 | 101 | 17 | 4 | 102 | 72 |
| Binary | 11011010 | 1010110 | 1001101 | 0 | 111101 | 1000001 | 1111 | 100 | 1000010 | 111010 |
Color Harmonies of #DA564D
Complementary color
Monochromatic Colors of #DA564D
Black with #DA564D
Text Example
Text Example
White with #DA564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA564D; }
p { color: rgb(218,86,77); }
H1.HeaderClassName
{
color: #DA564D;
}
.AnyTagClassName
{
color: #DA564D;
}
</style>
background-color css
<style>
a { background-color: #DA564D; }
a { background-color: rgb(218,86,77); }
div.DivClassName
{
background-color: #DA564D;
}
.BgClassName
{
background-color: #DA564D;
}
</style>
border-color css
<style>
span { border-color: #DA564D; }
span { border-color: rgb(218,86,77); }
td.TdClassName
{
border-color: #DA564D;
}
.TagClassName
{
border-color: #DA564D;
}
</style>