Shades of Valencia #DC4E4C
Tints of Valencia #DC4E4C
RGB
CMYK
RGB Variations
Color information
#DC4E4C (or 0xDC4E4C) is known color: Valencia. HEX triplet: DC, 4E and 4C. RGB value is (220,78,76). Sum of RGB (Red+Green+Blue) = 220+78+76=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E4C is #23B1B3. Grayscale: #787878. Windows color (decimal): -2339252 or 5000924. OLE color: 5000924.
HSL color Cylindrical-coordinate representation of color #DC4E4C: hue angle of 0.83º 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 #DC4E4C is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 76 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.14 |
| HSL | 0.83º | 0.67% | 0.58% | - |
| HSV(B) | 0.83º | 0.65% | 0.86% | - |
| XYZ | 33.54 | 21.19 | 9.16 | - |
| YUV | 120.23 | 103.04 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 76 | 0 | 0.65 | 0.65 | 0.14 | 0.83 | 0.67 | 0.58 |
| Hex | DC | 4E | 4C | 0 | 41 | 41 | E | 1 | 43 | 3A |
| Octal | 334 | 116 | 114 | 0 | 101 | 101 | 16 | 1 | 103 | 72 |
| Binary | 11011100 | 1001110 | 1001100 | 0 | 1000001 | 1000001 | 1110 | 1 | 1000011 | 111010 |
Color Harmonies of #DC4E4C
Complementary color
Monochromatic Colors of #DC4E4C
Black with #DC4E4C
Text Example
Text Example
White with #DC4E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E4C; }
p { color: rgb(220,78,76); }
H1.HeaderClassName
{
color: #DC4E4C;
}
.AnyTagClassName
{
color: #DC4E4C;
}
</style>
background-color css
<style>
a { background-color: #DC4E4C; }
a { background-color: rgb(220,78,76); }
div.DivClassName
{
background-color: #DC4E4C;
}
.BgClassName
{
background-color: #DC4E4C;
}
</style>
border-color css
<style>
span { border-color: #DC4E4C; }
span { border-color: rgb(220,78,76); }
td.TdClassName
{
border-color: #DC4E4C;
}
.TagClassName
{
border-color: #DC4E4C;
}
</style>