Shades of Valencia #DC5343
Tints of Valencia #DC5343
RGB
CMYK
RGB Variations
Color information
#DC5343 (or 0xDC5343) is known color: Valencia. HEX triplet: DC, 53 and 43. RGB value is (220,83,67). Sum of RGB (Red+Green+Blue) = 220+83+67=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5343 is #23ACBC. Grayscale: #7A7A7A. Windows color (decimal): -2337981 or 4412380. OLE color: 4412380.
HSL color Cylindrical-coordinate representation of color #DC5343: hue angle of 6.27º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC5343 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 67 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.14 |
| HSL | 6.27º | 0.69% | 0.56% | - |
| HSV(B) | 6.27º | 0.7% | 0.86% | - |
| XYZ | 33.62 | 21.81 | 7.75 | - |
| YUV | 122.14 | 96.89 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 67 | 0 | 0.62 | 0.70 | 0.14 | 6.27 | 0.69 | 0.56 |
| Hex | DC | 53 | 43 | 0 | 3E | 46 | E | 6 | 45 | 38 |
| Octal | 334 | 123 | 103 | 0 | 76 | 106 | 16 | 6 | 105 | 70 |
| Binary | 11011100 | 1010011 | 1000011 | 0 | 111110 | 1000110 | 1110 | 110 | 1000101 | 111000 |
Color Harmonies of #DC5343
Complementary color
Monochromatic Colors of #DC5343
Black with #DC5343
Text Example
Text Example
White with #DC5343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5343; }
p { color: rgb(220,83,67); }
H1.HeaderClassName
{
color: #DC5343;
}
.AnyTagClassName
{
color: #DC5343;
}
</style>
background-color css
<style>
a { background-color: #DC5343; }
a { background-color: rgb(220,83,67); }
div.DivClassName
{
background-color: #DC5343;
}
.BgClassName
{
background-color: #DC5343;
}
</style>
border-color css
<style>
span { border-color: #DC5343; }
span { border-color: rgb(220,83,67); }
td.TdClassName
{
border-color: #DC5343;
}
.TagClassName
{
border-color: #DC5343;
}
</style>