Shades of Valencia #DC5651
Tints of Valencia #DC5651
RGB
CMYK
RGB Variations
Color information
#DC5651 (or 0xDC5651) is known color: Valencia. HEX triplet: DC, 56 and 51. RGB value is (220,86,81). Sum of RGB (Red+Green+Blue) = 220+86+81=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5651 is #23A9AE. Grayscale: #7D7D7D. Windows color (decimal): -2337199 or 5330652. OLE color: 5330652.
HSL color Cylindrical-coordinate representation of color #DC5651: hue angle of 2.16º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5651 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 81 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.14 |
| HSL | 2.16º | 0.67% | 0.59% | - |
| HSV(B) | 2.16º | 0.63% | 0.86% | - |
| XYZ | 34.33 | 22.47 | 10.31 | - |
| YUV | 125.5 | 102.89 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 81 | 0 | 0.61 | 0.63 | 0.14 | 2.16 | 0.67 | 0.59 |
| Hex | DC | 56 | 51 | 0 | 3D | 3F | E | 2 | 43 | 3B |
| Octal | 334 | 126 | 121 | 0 | 75 | 77 | 16 | 2 | 103 | 73 |
| Binary | 11011100 | 1010110 | 1010001 | 0 | 111101 | 111111 | 1110 | 10 | 1000011 | 111011 |
Color Harmonies of #DC5651
Complementary color
Monochromatic Colors of #DC5651
Black with #DC5651
Text Example
Text Example
White with #DC5651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5651; }
p { color: rgb(220,86,81); }
H1.HeaderClassName
{
color: #DC5651;
}
.AnyTagClassName
{
color: #DC5651;
}
</style>
background-color css
<style>
a { background-color: #DC5651; }
a { background-color: rgb(220,86,81); }
div.DivClassName
{
background-color: #DC5651;
}
.BgClassName
{
background-color: #DC5651;
}
</style>
border-color css
<style>
span { border-color: #DC5651; }
span { border-color: rgb(220,86,81); }
td.TdClassName
{
border-color: #DC5651;
}
.TagClassName
{
border-color: #DC5651;
}
</style>