Shades of Valencia #DF564E
Tints of Valencia #DF564E
RGB
CMYK
RGB Variations
Color information
#DF564E (or 0xDF564E) is known color: Valencia. HEX triplet: DF, 56 and 4E. RGB value is (223,86,78). Sum of RGB (Red+Green+Blue) = 223+86+78=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF564E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF564E is #20A9B1. Grayscale: #7E7E7E. Windows color (decimal): -2140594 or 5134047. OLE color: 5134047.
HSL color Cylindrical-coordinate representation of color #DF564E: hue angle of 3.31º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF564E is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 78 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.13 |
| HSL | 3.31º | 0.69% | 0.59% | - |
| HSV(B) | 3.31º | 0.65% | 0.87% | - |
| XYZ | 35.13 | 22.89 | 9.77 | - |
| YUV | 126.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 78 | 0 | 0.61 | 0.65 | 0.13 | 3.31 | 0.69 | 0.59 |
| Hex | DF | 56 | 4E | 0 | 3D | 41 | D | 3 | 45 | 3B |
| Octal | 337 | 126 | 116 | 0 | 75 | 101 | 15 | 3 | 105 | 73 |
| Binary | 11011111 | 1010110 | 1001110 | 0 | 111101 | 1000001 | 1101 | 11 | 1000101 | 111011 |
Color Harmonies of #DF564E
Complementary color
Monochromatic Colors of #DF564E
Black with #DF564E
Text Example
Text Example
White with #DF564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF564E; }
p { color: rgb(223,86,78); }
H1.HeaderClassName
{
color: #DF564E;
}
.AnyTagClassName
{
color: #DF564E;
}
</style>
background-color css
<style>
a { background-color: #DF564E; }
a { background-color: rgb(223,86,78); }
div.DivClassName
{
background-color: #DF564E;
}
.BgClassName
{
background-color: #DF564E;
}
</style>
border-color css
<style>
span { border-color: #DF564E; }
span { border-color: rgb(223,86,78); }
td.TdClassName
{
border-color: #DF564E;
}
.TagClassName
{
border-color: #DF564E;
}
</style>