Shades of Valencia #DD5649
Tints of Valencia #DD5649
RGB
CMYK
RGB Variations
Color information
#DD5649 (or 0xDD5649) is known color: Valencia. HEX triplet: DD, 56 and 49. RGB value is (221,86,73). Sum of RGB (Red+Green+Blue) = 221+86+73=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5649 is #22A9B6. Grayscale: #7D7D7D. Windows color (decimal): -2271671 or 4806365. OLE color: 4806365.
HSL color Cylindrical-coordinate representation of color #DD5649: hue angle of 5.27º 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 #DD5649 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 73 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.13 |
| HSL | 5.27º | 0.69% | 0.58% | - |
| HSV(B) | 5.27º | 0.67% | 0.87% | - |
| XYZ | 34.35 | 22.51 | 8.84 | - |
| YUV | 124.88 | 98.73 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 73 | 0 | 0.61 | 0.67 | 0.13 | 5.27 | 0.69 | 0.58 |
| Hex | DD | 56 | 49 | 0 | 3D | 43 | D | 5 | 45 | 3A |
| Octal | 335 | 126 | 111 | 0 | 75 | 103 | 15 | 5 | 105 | 72 |
| Binary | 11011101 | 1010110 | 1001001 | 0 | 111101 | 1000011 | 1101 | 101 | 1000101 | 111010 |
Color Harmonies of #DD5649
Complementary color
Monochromatic Colors of #DD5649
Black with #DD5649
Text Example
Text Example
White with #DD5649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5649; }
p { color: rgb(221,86,73); }
H1.HeaderClassName
{
color: #DD5649;
}
.AnyTagClassName
{
color: #DD5649;
}
</style>
background-color css
<style>
a { background-color: #DD5649; }
a { background-color: rgb(221,86,73); }
div.DivClassName
{
background-color: #DD5649;
}
.BgClassName
{
background-color: #DD5649;
}
</style>
border-color css
<style>
span { border-color: #DD5649; }
span { border-color: rgb(221,86,73); }
td.TdClassName
{
border-color: #DD5649;
}
.TagClassName
{
border-color: #DD5649;
}
</style>