Shades of Valencia #DC5445
Tints of Valencia #DC5445
RGB
CMYK
RGB Variations
Color information
#DC5445 (or 0xDC5445) is known color: Valencia. HEX triplet: DC, 54 and 45. RGB value is (220,84,69). Sum of RGB (Red+Green+Blue) = 220+84+69=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5445 is #23ABBA. Grayscale: #7B7B7B. Windows color (decimal): -2337723 or 4543708. OLE color: 4543708.
HSL color Cylindrical-coordinate representation of color #DC5445: hue angle of 5.96º 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 #DC5445 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 69 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.14 |
| HSL | 5.96º | 0.68% | 0.57% | - |
| HSV(B) | 5.96º | 0.69% | 0.86% | - |
| XYZ | 33.76 | 21.99 | 8.09 | - |
| YUV | 122.95 | 97.56 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 69 | 0 | 0.62 | 0.69 | 0.14 | 5.96 | 0.68 | 0.57 |
| Hex | DC | 54 | 45 | 0 | 3E | 45 | E | 6 | 44 | 39 |
| Octal | 334 | 124 | 105 | 0 | 76 | 105 | 16 | 6 | 104 | 71 |
| Binary | 11011100 | 1010100 | 1000101 | 0 | 111110 | 1000101 | 1110 | 110 | 1000100 | 111001 |
Color Harmonies of #DC5445
Complementary color
Monochromatic Colors of #DC5445
Black with #DC5445
Text Example
Text Example
White with #DC5445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5445; }
p { color: rgb(220,84,69); }
H1.HeaderClassName
{
color: #DC5445;
}
.AnyTagClassName
{
color: #DC5445;
}
</style>
background-color css
<style>
a { background-color: #DC5445; }
a { background-color: rgb(220,84,69); }
div.DivClassName
{
background-color: #DC5445;
}
.BgClassName
{
background-color: #DC5445;
}
</style>
border-color css
<style>
span { border-color: #DC5445; }
span { border-color: rgb(220,84,69); }
td.TdClassName
{
border-color: #DC5445;
}
.TagClassName
{
border-color: #DC5445;
}
</style>