Shades of Valencia #DF564B
Tints of Valencia #DF564B
RGB
CMYK
RGB Variations
Color information
#DF564B (or 0xDF564B) is known color: Valencia. HEX triplet: DF, 56 and 4B. RGB value is (223,86,75). Sum of RGB (Red+Green+Blue) = 223+86+75=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF564B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF564B is #20A9B4. Grayscale: #7D7D7D. Windows color (decimal): -2140597 or 4937439. OLE color: 4937439.
HSL color Cylindrical-coordinate representation of color #DF564B: hue angle of 4.46º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF564B is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 86 | 75 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.13 |
| HSL | 4.46º | 0.7% | 0.58% | - |
| HSV(B) | 4.46º | 0.66% | 0.87% | - |
| XYZ | 35.03 | 22.85 | 9.22 | - |
| YUV | 125.71 | 99.39 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 75 | 0 | 0.61 | 0.66 | 0.13 | 4.46 | 0.7 | 0.58 |
| Hex | DF | 56 | 4B | 0 | 3D | 42 | D | 4 | 46 | 3A |
| Octal | 337 | 126 | 113 | 0 | 75 | 102 | 15 | 4 | 106 | 72 |
| Binary | 11011111 | 1010110 | 1001011 | 0 | 111101 | 1000010 | 1101 | 100 | 1000110 | 111010 |
Color Harmonies of #DF564B
Complementary color
Monochromatic Colors of #DF564B
Black with #DF564B
Text Example
Text Example
White with #DF564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF564B; }
p { color: rgb(223,86,75); }
H1.HeaderClassName
{
color: #DF564B;
}
.AnyTagClassName
{
color: #DF564B;
}
</style>
background-color css
<style>
a { background-color: #DF564B; }
a { background-color: rgb(223,86,75); }
div.DivClassName
{
background-color: #DF564B;
}
.BgClassName
{
background-color: #DF564B;
}
</style>
border-color css
<style>
span { border-color: #DF564B; }
span { border-color: rgb(223,86,75); }
td.TdClassName
{
border-color: #DF564B;
}
.TagClassName
{
border-color: #DF564B;
}
</style>