Shades of Valencia #DC5349
Tints of Valencia #DC5349
RGB
CMYK
RGB Variations
Color information
#DC5349 (or 0xDC5349) is known color: Valencia. HEX triplet: DC, 53 and 49. RGB value is (220,83,73). Sum of RGB (Red+Green+Blue) = 220+83+73=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5349 is #23ACB6. Grayscale: #7B7B7B. Windows color (decimal): -2337975 or 4805596. OLE color: 4805596.
HSL color Cylindrical-coordinate representation of color #DC5349: hue angle of 4.08º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC5349 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 73 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.14 |
| HSL | 4.08º | 0.68% | 0.57% | - |
| HSV(B) | 4.08º | 0.67% | 0.86% | - |
| XYZ | 33.81 | 21.88 | 8.75 | - |
| YUV | 122.82 | 99.89 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 73 | 0 | 0.62 | 0.67 | 0.14 | 4.08 | 0.68 | 0.57 |
| Hex | DC | 53 | 49 | 0 | 3E | 43 | E | 4 | 44 | 39 |
| Octal | 334 | 123 | 111 | 0 | 76 | 103 | 16 | 4 | 104 | 71 |
| Binary | 11011100 | 1010011 | 1001001 | 0 | 111110 | 1000011 | 1110 | 100 | 1000100 | 111001 |
Color Harmonies of #DC5349
Complementary color
Monochromatic Colors of #DC5349
Black with #DC5349
Text Example
Text Example
White with #DC5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5349; }
p { color: rgb(220,83,73); }
H1.HeaderClassName
{
color: #DC5349;
}
.AnyTagClassName
{
color: #DC5349;
}
</style>
background-color css
<style>
a { background-color: #DC5349; }
a { background-color: rgb(220,83,73); }
div.DivClassName
{
background-color: #DC5349;
}
.BgClassName
{
background-color: #DC5349;
}
</style>
border-color css
<style>
span { border-color: #DC5349; }
span { border-color: rgb(220,83,73); }
td.TdClassName
{
border-color: #DC5349;
}
.TagClassName
{
border-color: #DC5349;
}
</style>