Shades of Valencia #DD5847
Tints of Valencia #DD5847
RGB
CMYK
RGB Variations
Color information
#DD5847 (or 0xDD5847) is known color: Valencia. HEX triplet: DD, 58 and 47. RGB value is (221,88,71). Sum of RGB (Red+Green+Blue) = 221+88+71=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5847 is #22A7B8. Grayscale: #7E7E7E. Windows color (decimal): -2271161 or 4675805. OLE color: 4675805.
HSL color Cylindrical-coordinate representation of color #DD5847: hue angle of 6.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD5847 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 71 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.13 |
| HSL | 6.8º | 0.69% | 0.57% | - |
| HSV(B) | 6.8º | 0.68% | 0.87% | - |
| XYZ | 34.45 | 22.81 | 8.55 | - |
| YUV | 125.83 | 97.06 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 71 | 0 | 0.60 | 0.68 | 0.13 | 6.8 | 0.69 | 0.57 |
| Hex | DD | 58 | 47 | 0 | 3C | 44 | D | 7 | 45 | 39 |
| Octal | 335 | 130 | 107 | 0 | 74 | 104 | 15 | 7 | 105 | 71 |
| Binary | 11011101 | 1011000 | 1000111 | 0 | 111100 | 1000100 | 1101 | 111 | 1000101 | 111001 |
Color Harmonies of #DD5847
Complementary color
Monochromatic Colors of #DD5847
Black with #DD5847
Text Example
Text Example
White with #DD5847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5847; }
p { color: rgb(221,88,71); }
H1.HeaderClassName
{
color: #DD5847;
}
.AnyTagClassName
{
color: #DD5847;
}
</style>
background-color css
<style>
a { background-color: #DD5847; }
a { background-color: rgb(221,88,71); }
div.DivClassName
{
background-color: #DD5847;
}
.BgClassName
{
background-color: #DD5847;
}
</style>
border-color css
<style>
span { border-color: #DD5847; }
span { border-color: rgb(221,88,71); }
td.TdClassName
{
border-color: #DD5847;
}
.TagClassName
{
border-color: #DD5847;
}
</style>