Shades of Valencia #DA564B
Tints of Valencia #DA564B
RGB
CMYK
RGB Variations
Color information
#DA564B (or 0xDA564B) is known color: Valencia. HEX triplet: DA, 56 and 4B. RGB value is (218,86,75). Sum of RGB (Red+Green+Blue) = 218+86+75=379 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.52% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 218 - color contains mainly: red. Hex color #DA564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA564B is #25A9B4. Grayscale: #7C7C7C. Windows color (decimal): -2468277 or 4937434. OLE color: 4937434.
HSL color Cylindrical-coordinate representation of color #DA564B: hue angle of 4.62º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA564B is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 75 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.15 |
| HSL | 4.62º | 0.66% | 0.57% | - |
| HSV(B) | 4.62º | 0.66% | 0.85% | - |
| XYZ | 33.51 | 22.07 | 9.15 | - |
| YUV | 124.21 | 100.23 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 75 | 0 | 0.61 | 0.66 | 0.15 | 4.62 | 0.66 | 0.57 |
| Hex | DA | 56 | 4B | 0 | 3D | 42 | F | 5 | 42 | 39 |
| Octal | 332 | 126 | 113 | 0 | 75 | 102 | 17 | 5 | 102 | 71 |
| Binary | 11011010 | 1010110 | 1001011 | 0 | 111101 | 1000010 | 1111 | 101 | 1000010 | 111001 |
Color Harmonies of #DA564B
Complementary color
Monochromatic Colors of #DA564B
Black with #DA564B
Text Example
Text Example
White with #DA564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA564B; }
p { color: rgb(218,86,75); }
H1.HeaderClassName
{
color: #DA564B;
}
.AnyTagClassName
{
color: #DA564B;
}
</style>
background-color css
<style>
a { background-color: #DA564B; }
a { background-color: rgb(218,86,75); }
div.DivClassName
{
background-color: #DA564B;
}
.BgClassName
{
background-color: #DA564B;
}
</style>
border-color css
<style>
span { border-color: #DA564B; }
span { border-color: rgb(218,86,75); }
td.TdClassName
{
border-color: #DA564B;
}
.TagClassName
{
border-color: #DA564B;
}
</style>