Shades of Valencia #DC5340
Tints of Valencia #DC5340
RGB
CMYK
RGB Variations
Color information
#DC5340 (or 0xDC5340) is known color: Valencia. HEX triplet: DC, 53 and 40. RGB value is (220,83,64). Sum of RGB (Red+Green+Blue) = 220+83+64=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5340 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5340 is #23ACBF. Grayscale: #7A7A7A. Windows color (decimal): -2337984 or 4215772. OLE color: 4215772.
HSL color Cylindrical-coordinate representation of color #DC5340: hue angle of 7.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC5340 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 64 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.14 |
| HSL | 7.31º | 0.69% | 0.56% | - |
| HSV(B) | 7.31º | 0.71% | 0.86% | - |
| XYZ | 33.53 | 21.77 | 7.29 | - |
| YUV | 121.8 | 95.39 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 64 | 0 | 0.62 | 0.71 | 0.14 | 7.31 | 0.69 | 0.56 |
| Hex | DC | 53 | 40 | 0 | 3E | 47 | E | 7 | 45 | 38 |
| Octal | 334 | 123 | 100 | 0 | 76 | 107 | 16 | 7 | 105 | 70 |
| Binary | 11011100 | 1010011 | 1000000 | 0 | 111110 | 1000111 | 1110 | 111 | 1000101 | 111000 |
Color Harmonies of #DC5340
Complementary color
Monochromatic Colors of #DC5340
Black with #DC5340
Text Example
Text Example
White with #DC5340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5340; }
p { color: rgb(220,83,64); }
H1.HeaderClassName
{
color: #DC5340;
}
.AnyTagClassName
{
color: #DC5340;
}
</style>
background-color css
<style>
a { background-color: #DC5340; }
a { background-color: rgb(220,83,64); }
div.DivClassName
{
background-color: #DC5340;
}
.BgClassName
{
background-color: #DC5340;
}
</style>
border-color css
<style>
span { border-color: #DC5340; }
span { border-color: rgb(220,83,64); }
td.TdClassName
{
border-color: #DC5340;
}
.TagClassName
{
border-color: #DC5340;
}
</style>