Shades of Valencia #DC4D4A
Tints of Valencia #DC4D4A
RGB
CMYK
RGB Variations
Color information
#DC4D4A (or 0xDC4D4A) is known color: Valencia. HEX triplet: DC, 4D and 4A. RGB value is (220,77,74). Sum of RGB (Red+Green+Blue) = 220+77+74=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D4A is #23B2B5. Grayscale: #777777. Windows color (decimal): -2339510 or 4869596. OLE color: 4869596.
HSL color Cylindrical-coordinate representation of color #DC4D4A: hue angle of 1.23º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4D4A is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 74 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.14 |
| HSL | 1.23º | 0.68% | 0.58% | - |
| HSV(B) | 1.23º | 0.66% | 0.86% | - |
| XYZ | 33.41 | 21.02 | 8.77 | - |
| YUV | 119.42 | 102.38 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 74 | 0 | 0.65 | 0.66 | 0.14 | 1.23 | 0.68 | 0.58 |
| Hex | DC | 4D | 4A | 0 | 41 | 42 | E | 1 | 44 | 3A |
| Octal | 334 | 115 | 112 | 0 | 101 | 102 | 16 | 1 | 104 | 72 |
| Binary | 11011100 | 1001101 | 1001010 | 0 | 1000001 | 1000010 | 1110 | 1 | 1000100 | 111010 |
Color Harmonies of #DC4D4A
Complementary color
Monochromatic Colors of #DC4D4A
Black with #DC4D4A
Text Example
Text Example
White with #DC4D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D4A; }
p { color: rgb(220,77,74); }
H1.HeaderClassName
{
color: #DC4D4A;
}
.AnyTagClassName
{
color: #DC4D4A;
}
</style>
background-color css
<style>
a { background-color: #DC4D4A; }
a { background-color: rgb(220,77,74); }
div.DivClassName
{
background-color: #DC4D4A;
}
.BgClassName
{
background-color: #DC4D4A;
}
</style>
border-color css
<style>
span { border-color: #DC4D4A; }
span { border-color: rgb(220,77,74); }
td.TdClassName
{
border-color: #DC4D4A;
}
.TagClassName
{
border-color: #DC4D4A;
}
</style>