Shades of Valencia #DF5549
Tints of Valencia #DF5549
RGB
CMYK
RGB Variations
Color information
#DF5549 (or 0xDF5549) is known color: Valencia. HEX triplet: DF, 55 and 49. RGB value is (223,85,73). Sum of RGB (Red+Green+Blue) = 223+85+73=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5549 is #20AAB6. Grayscale: #7D7D7D. Windows color (decimal): -2140855 or 4806111. OLE color: 4806111.
HSL color Cylindrical-coordinate representation of color #DF5549: hue angle of 4.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF5549 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 85 | 73 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.13 |
| HSL | 4.8º | 0.7% | 0.58% | - |
| HSV(B) | 4.8º | 0.67% | 0.87% | - |
| XYZ | 34.88 | 22.67 | 8.84 | - |
| YUV | 124.89 | 98.72 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 73 | 0 | 0.62 | 0.67 | 0.13 | 4.8 | 0.7 | 0.58 |
| Hex | DF | 55 | 49 | 0 | 3E | 43 | D | 5 | 46 | 3A |
| Octal | 337 | 125 | 111 | 0 | 76 | 103 | 15 | 5 | 106 | 72 |
| Binary | 11011111 | 1010101 | 1001001 | 0 | 111110 | 1000011 | 1101 | 101 | 1000110 | 111010 |
Color Harmonies of #DF5549
Complementary color
Monochromatic Colors of #DF5549
Black with #DF5549
Text Example
Text Example
White with #DF5549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5549; }
p { color: rgb(223,85,73); }
H1.HeaderClassName
{
color: #DF5549;
}
.AnyTagClassName
{
color: #DF5549;
}
</style>
background-color css
<style>
a { background-color: #DF5549; }
a { background-color: rgb(223,85,73); }
div.DivClassName
{
background-color: #DF5549;
}
.BgClassName
{
background-color: #DF5549;
}
</style>
border-color css
<style>
span { border-color: #DF5549; }
span { border-color: rgb(223,85,73); }
td.TdClassName
{
border-color: #DF5549;
}
.TagClassName
{
border-color: #DF5549;
}
</style>