Shades of Valencia #DD5A49
Tints of Valencia #DD5A49
RGB
CMYK
RGB Variations
Color information
#DD5A49 (or 0xDD5A49) is known color: Valencia. HEX triplet: DD, 5A and 49. RGB value is (221,90,73). Sum of RGB (Red+Green+Blue) = 221+90+73=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5A49 is #22A5B6. Grayscale: #7F7F7F. Windows color (decimal): -2270647 or 4807389. OLE color: 4807389.
HSL color Cylindrical-coordinate representation of color #DD5A49: hue angle of 6.89º degrees, saturation: 0.69, 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 #DD5A49 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 73 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.13 |
| HSL | 6.89º | 0.69% | 0.58% | - |
| HSV(B) | 6.89º | 0.67% | 0.87% | - |
| XYZ | 34.68 | 23.17 | 8.95 | - |
| YUV | 127.23 | 97.4 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 73 | 0 | 0.59 | 0.67 | 0.13 | 6.89 | 0.69 | 0.58 |
| Hex | DD | 5A | 49 | 0 | 3B | 43 | D | 7 | 45 | 3A |
| Octal | 335 | 132 | 111 | 0 | 73 | 103 | 15 | 7 | 105 | 72 |
| Binary | 11011101 | 1011010 | 1001001 | 0 | 111011 | 1000011 | 1101 | 111 | 1000101 | 111010 |
Color Harmonies of #DD5A49
Complementary color
Monochromatic Colors of #DD5A49
Black with #DD5A49
Text Example
Text Example
White with #DD5A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A49; }
p { color: rgb(221,90,73); }
H1.HeaderClassName
{
color: #DD5A49;
}
.AnyTagClassName
{
color: #DD5A49;
}
</style>
background-color css
<style>
a { background-color: #DD5A49; }
a { background-color: rgb(221,90,73); }
div.DivClassName
{
background-color: #DD5A49;
}
.BgClassName
{
background-color: #DD5A49;
}
</style>
border-color css
<style>
span { border-color: #DD5A49; }
span { border-color: rgb(221,90,73); }
td.TdClassName
{
border-color: #DD5A49;
}
.TagClassName
{
border-color: #DD5A49;
}
</style>