Shades of Valencia #DC5342
Tints of Valencia #DC5342
RGB
CMYK
RGB Variations
Color information
#DC5342 (or 0xDC5342) is known color: Valencia. HEX triplet: DC, 53 and 42. RGB value is (220,83,66). Sum of RGB (Red+Green+Blue) = 220+83+66=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5342 is #23ACBD. Grayscale: #7A7A7A. Windows color (decimal): -2337982 or 4346844. OLE color: 4346844.
HSL color Cylindrical-coordinate representation of color #DC5342: hue angle of 6.62º 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 #DC5342 is Cyan = 0, Magento = 0.62, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 66 | - |
| CMYK | 0 | 0.62 | 0.7 | 0.14 |
| HSL | 6.62º | 0.69% | 0.56% | - |
| HSV(B) | 6.62º | 0.7% | 0.86% | - |
| XYZ | 33.59 | 21.8 | 7.59 | - |
| YUV | 122.03 | 96.39 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 66 | 0 | 0.62 | 0.7 | 0.14 | 6.62 | 0.69 | 0.56 |
| Hex | DC | 53 | 42 | 0 | 3E | 46 | E | 7 | 45 | 38 |
| Octal | 334 | 123 | 102 | 0 | 76 | 106 | 16 | 7 | 105 | 70 |
| Binary | 11011100 | 1010011 | 1000010 | 0 | 111110 | 1000110 | 1110 | 111 | 1000101 | 111000 |
Color Harmonies of #DC5342
Complementary color
Monochromatic Colors of #DC5342
Black with #DC5342
Text Example
Text Example
White with #DC5342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5342; }
p { color: rgb(220,83,66); }
H1.HeaderClassName
{
color: #DC5342;
}
.AnyTagClassName
{
color: #DC5342;
}
</style>
background-color css
<style>
a { background-color: #DC5342; }
a { background-color: rgb(220,83,66); }
div.DivClassName
{
background-color: #DC5342;
}
.BgClassName
{
background-color: #DC5342;
}
</style>
border-color css
<style>
span { border-color: #DC5342; }
span { border-color: rgb(220,83,66); }
td.TdClassName
{
border-color: #DC5342;
}
.TagClassName
{
border-color: #DC5342;
}
</style>