Shades of Valencia #DC564F
Tints of Valencia #DC564F
RGB
CMYK
RGB Variations
Color information
#DC564F (or 0xDC564F) is known color: Valencia. HEX triplet: DC, 56 and 4F. RGB value is (220,86,79). Sum of RGB (Red+Green+Blue) = 220+86+79=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC564F is #23A9B0. Grayscale: #7D7D7D. Windows color (decimal): -2337201 or 5199580. OLE color: 5199580.
HSL color Cylindrical-coordinate representation of color #DC564F: hue angle of 2.98º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC564F is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 79 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.14 |
| HSL | 2.98º | 0.67% | 0.59% | - |
| HSV(B) | 2.98º | 0.64% | 0.86% | - |
| XYZ | 34.25 | 22.44 | 9.92 | - |
| YUV | 125.27 | 101.89 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 79 | 0 | 0.61 | 0.64 | 0.14 | 2.98 | 0.67 | 0.59 |
| Hex | DC | 56 | 4F | 0 | 3D | 40 | E | 3 | 43 | 3B |
| Octal | 334 | 126 | 117 | 0 | 75 | 100 | 16 | 3 | 103 | 73 |
| Binary | 11011100 | 1010110 | 1001111 | 0 | 111101 | 1000000 | 1110 | 11 | 1000011 | 111011 |
Color Harmonies of #DC564F
Complementary color
Monochromatic Colors of #DC564F
Black with #DC564F
Text Example
Text Example
White with #DC564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC564F; }
p { color: rgb(220,86,79); }
H1.HeaderClassName
{
color: #DC564F;
}
.AnyTagClassName
{
color: #DC564F;
}
</style>
background-color css
<style>
a { background-color: #DC564F; }
a { background-color: rgb(220,86,79); }
div.DivClassName
{
background-color: #DC564F;
}
.BgClassName
{
background-color: #DC564F;
}
</style>
border-color css
<style>
span { border-color: #DC564F; }
span { border-color: rgb(220,86,79); }
td.TdClassName
{
border-color: #DC564F;
}
.TagClassName
{
border-color: #DC564F;
}
</style>