Shades of Valencia #DC5441
Tints of Valencia #DC5441
RGB
CMYK
RGB Variations
Color information
#DC5441 (or 0xDC5441) is known color: Valencia. HEX triplet: DC, 54 and 41. RGB value is (220,84,65). Sum of RGB (Red+Green+Blue) = 220+84+65=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5441 is #23ABBE. Grayscale: #7A7A7A. Windows color (decimal): -2337727 or 4281564. OLE color: 4281564.
HSL color Cylindrical-coordinate representation of color #DC5441: hue angle of 7.35º 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 #DC5441 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 65 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.14 |
| HSL | 7.35º | 0.69% | 0.56% | - |
| HSV(B) | 7.35º | 0.7% | 0.86% | - |
| XYZ | 33.64 | 21.94 | 7.46 | - |
| YUV | 122.5 | 95.56 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 65 | 0 | 0.62 | 0.70 | 0.14 | 7.35 | 0.69 | 0.56 |
| Hex | DC | 54 | 41 | 0 | 3E | 46 | E | 7 | 45 | 38 |
| Octal | 334 | 124 | 101 | 0 | 76 | 106 | 16 | 7 | 105 | 70 |
| Binary | 11011100 | 1010100 | 1000001 | 0 | 111110 | 1000110 | 1110 | 111 | 1000101 | 111000 |
Color Harmonies of #DC5441
Complementary color
Monochromatic Colors of #DC5441
Black with #DC5441
Text Example
Text Example
White with #DC5441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5441; }
p { color: rgb(220,84,65); }
H1.HeaderClassName
{
color: #DC5441;
}
.AnyTagClassName
{
color: #DC5441;
}
</style>
background-color css
<style>
a { background-color: #DC5441; }
a { background-color: rgb(220,84,65); }
div.DivClassName
{
background-color: #DC5441;
}
.BgClassName
{
background-color: #DC5441;
}
</style>
border-color css
<style>
span { border-color: #DC5441; }
span { border-color: rgb(220,84,65); }
td.TdClassName
{
border-color: #DC5441;
}
.TagClassName
{
border-color: #DC5441;
}
</style>