Shades of Valencia #DC564C
Tints of Valencia #DC564C
RGB
CMYK
RGB Variations
Color information
#DC564C (or 0xDC564C) is known color: Valencia. HEX triplet: DC, 56 and 4C. RGB value is (220,86,76). Sum of RGB (Red+Green+Blue) = 220+86+76=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC564C is #23A9B3. Grayscale: #7D7D7D. Windows color (decimal): -2337204 or 5002972. OLE color: 5002972.
HSL color Cylindrical-coordinate representation of color #DC564C: hue angle of 4.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC564C is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 76 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.14 |
| HSL | 4.17º | 0.67% | 0.58% | - |
| HSV(B) | 4.17º | 0.65% | 0.86% | - |
| XYZ | 34.15 | 22.39 | 9.36 | - |
| YUV | 124.93 | 100.39 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 76 | 0 | 0.61 | 0.65 | 0.14 | 4.17 | 0.67 | 0.58 |
| Hex | DC | 56 | 4C | 0 | 3D | 41 | E | 4 | 43 | 3A |
| Octal | 334 | 126 | 114 | 0 | 75 | 101 | 16 | 4 | 103 | 72 |
| Binary | 11011100 | 1010110 | 1001100 | 0 | 111101 | 1000001 | 1110 | 100 | 1000011 | 111010 |
Color Harmonies of #DC564C
Complementary color
Monochromatic Colors of #DC564C
Black with #DC564C
Text Example
Text Example
White with #DC564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC564C; }
p { color: rgb(220,86,76); }
H1.HeaderClassName
{
color: #DC564C;
}
.AnyTagClassName
{
color: #DC564C;
}
</style>
background-color css
<style>
a { background-color: #DC564C; }
a { background-color: rgb(220,86,76); }
div.DivClassName
{
background-color: #DC564C;
}
.BgClassName
{
background-color: #DC564C;
}
</style>
border-color css
<style>
span { border-color: #DC564C; }
span { border-color: rgb(220,86,76); }
td.TdClassName
{
border-color: #DC564C;
}
.TagClassName
{
border-color: #DC564C;
}
</style>