Shades of Valencia #DC5345
Tints of Valencia #DC5345
RGB
CMYK
RGB Variations
Color information
#DC5345 (or 0xDC5345) is known color: Valencia. HEX triplet: DC, 53 and 45. RGB value is (220,83,69). Sum of RGB (Red+Green+Blue) = 220+83+69=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5345 is #23ACBA. Grayscale: #7A7A7A. Windows color (decimal): -2337979 or 4543452. OLE color: 4543452.
HSL color Cylindrical-coordinate representation of color #DC5345: hue angle of 5.56º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC5345 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 69 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.14 |
| HSL | 5.56º | 0.68% | 0.57% | - |
| HSV(B) | 5.56º | 0.69% | 0.86% | - |
| XYZ | 33.68 | 21.83 | 8.07 | - |
| YUV | 122.37 | 97.89 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 69 | 0 | 0.62 | 0.69 | 0.14 | 5.56 | 0.68 | 0.57 |
| Hex | DC | 53 | 45 | 0 | 3E | 45 | E | 6 | 44 | 39 |
| Octal | 334 | 123 | 105 | 0 | 76 | 105 | 16 | 6 | 104 | 71 |
| Binary | 11011100 | 1010011 | 1000101 | 0 | 111110 | 1000101 | 1110 | 110 | 1000100 | 111001 |
Color Harmonies of #DC5345
Complementary color
Monochromatic Colors of #DC5345
Black with #DC5345
Text Example
Text Example
White with #DC5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5345; }
p { color: rgb(220,83,69); }
H1.HeaderClassName
{
color: #DC5345;
}
.AnyTagClassName
{
color: #DC5345;
}
</style>
background-color css
<style>
a { background-color: #DC5345; }
a { background-color: rgb(220,83,69); }
div.DivClassName
{
background-color: #DC5345;
}
.BgClassName
{
background-color: #DC5345;
}
</style>
border-color css
<style>
span { border-color: #DC5345; }
span { border-color: rgb(220,83,69); }
td.TdClassName
{
border-color: #DC5345;
}
.TagClassName
{
border-color: #DC5345;
}
</style>