Shades of Valencia #DC504C
Tints of Valencia #DC504C
RGB
CMYK
RGB Variations
Color information
#DC504C (or 0xDC504C) is known color: Valencia. HEX triplet: DC, 50 and 4C. RGB value is (220,80,76). Sum of RGB (Red+Green+Blue) = 220+80+76=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC504C is #23AFB3. Grayscale: #797979. Windows color (decimal): -2338740 or 5001436. OLE color: 5001436.
HSL color Cylindrical-coordinate representation of color #DC504C: hue angle of 1.67º 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 #DC504C is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 76 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.14 |
| HSL | 1.67º | 0.67% | 0.58% | - |
| HSV(B) | 1.67º | 0.65% | 0.86% | - |
| XYZ | 33.69 | 21.47 | 9.21 | - |
| YUV | 121.4 | 102.38 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 76 | 0 | 0.64 | 0.65 | 0.14 | 1.67 | 0.67 | 0.58 |
| Hex | DC | 50 | 4C | 0 | 40 | 41 | E | 2 | 43 | 3A |
| Octal | 334 | 120 | 114 | 0 | 100 | 101 | 16 | 2 | 103 | 72 |
| Binary | 11011100 | 1010000 | 1001100 | 0 | 1000000 | 1000001 | 1110 | 10 | 1000011 | 111010 |
Color Harmonies of #DC504C
Complementary color
Monochromatic Colors of #DC504C
Black with #DC504C
Text Example
Text Example
White with #DC504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC504C; }
p { color: rgb(220,80,76); }
H1.HeaderClassName
{
color: #DC504C;
}
.AnyTagClassName
{
color: #DC504C;
}
</style>
background-color css
<style>
a { background-color: #DC504C; }
a { background-color: rgb(220,80,76); }
div.DivClassName
{
background-color: #DC504C;
}
.BgClassName
{
background-color: #DC504C;
}
</style>
border-color css
<style>
span { border-color: #DC504C; }
span { border-color: rgb(220,80,76); }
td.TdClassName
{
border-color: #DC504C;
}
.TagClassName
{
border-color: #DC504C;
}
</style>