Shades of Valencia #DC5546
Tints of Valencia #DC5546
RGB
CMYK
RGB Variations
Color information
#DC5546 (or 0xDC5546) is known color: Valencia. HEX triplet: DC, 55 and 46. RGB value is (220,85,70). Sum of RGB (Red+Green+Blue) = 220+85+70=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5546 is #23AAB9. Grayscale: #7B7B7B. Windows color (decimal): -2337466 or 4609500. OLE color: 4609500.
HSL color Cylindrical-coordinate representation of color #DC5546: hue angle of 6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC5546 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 70 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.14 |
| HSL | 6º | 0.68% | 0.57% | - |
| HSV(B) | 6º | 0.68% | 0.86% | - |
| XYZ | 33.87 | 22.15 | 8.29 | - |
| YUV | 123.66 | 97.73 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 70 | 0 | 0.61 | 0.68 | 0.14 | 6 | 0.68 | 0.57 |
| Hex | DC | 55 | 46 | 0 | 3D | 44 | E | 6 | 44 | 39 |
| Octal | 334 | 125 | 106 | 0 | 75 | 104 | 16 | 6 | 104 | 71 |
| Binary | 11011100 | 1010101 | 1000110 | 0 | 111101 | 1000100 | 1110 | 110 | 1000100 | 111001 |
Color Harmonies of #DC5546
Complementary color
Monochromatic Colors of #DC5546
Black with #DC5546
Text Example
Text Example
White with #DC5546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5546; }
p { color: rgb(220,85,70); }
H1.HeaderClassName
{
color: #DC5546;
}
.AnyTagClassName
{
color: #DC5546;
}
</style>
background-color css
<style>
a { background-color: #DC5546; }
a { background-color: rgb(220,85,70); }
div.DivClassName
{
background-color: #DC5546;
}
.BgClassName
{
background-color: #DC5546;
}
</style>
border-color css
<style>
span { border-color: #DC5546; }
span { border-color: rgb(220,85,70); }
td.TdClassName
{
border-color: #DC5546;
}
.TagClassName
{
border-color: #DC5546;
}
</style>