Shades of Valencia #DC4D46
Tints of Valencia #DC4D46
RGB
CMYK
RGB Variations
Color information
#DC4D46 (or 0xDC4D46) is known color: Valencia. HEX triplet: DC, 4D and 46. RGB value is (220,77,70). Sum of RGB (Red+Green+Blue) = 220+77+70=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D46 is #23B2B9. Grayscale: #777777. Windows color (decimal): -2339514 or 4607452. OLE color: 4607452.
HSL color Cylindrical-coordinate representation of color #DC4D46: hue angle of 2.8º 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 #DC4D46 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 70 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.14 |
| HSL | 2.8º | 0.68% | 0.57% | - |
| HSV(B) | 2.8º | 0.68% | 0.86% | - |
| XYZ | 33.27 | 20.97 | 8.09 | - |
| YUV | 118.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 70 | 0 | 0.65 | 0.68 | 0.14 | 2.8 | 0.68 | 0.57 |
| Hex | DC | 4D | 46 | 0 | 41 | 44 | E | 3 | 44 | 39 |
| Octal | 334 | 115 | 106 | 0 | 101 | 104 | 16 | 3 | 104 | 71 |
| Binary | 11011100 | 1001101 | 1000110 | 0 | 1000001 | 1000100 | 1110 | 11 | 1000100 | 111001 |
Color Harmonies of #DC4D46
Complementary color
Monochromatic Colors of #DC4D46
Black with #DC4D46
Text Example
Text Example
White with #DC4D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D46; }
p { color: rgb(220,77,70); }
H1.HeaderClassName
{
color: #DC4D46;
}
.AnyTagClassName
{
color: #DC4D46;
}
</style>
background-color css
<style>
a { background-color: #DC4D46; }
a { background-color: rgb(220,77,70); }
div.DivClassName
{
background-color: #DC4D46;
}
.BgClassName
{
background-color: #DC4D46;
}
</style>
border-color css
<style>
span { border-color: #DC4D46; }
span { border-color: rgb(220,77,70); }
td.TdClassName
{
border-color: #DC4D46;
}
.TagClassName
{
border-color: #DC4D46;
}
</style>