Shades of Valencia #DD5544
Tints of Valencia #DD5544
RGB
CMYK
RGB Variations
Color information
#DD5544 (or 0xDD5544) is known color: Valencia. HEX triplet: DD, 55 and 44. RGB value is (221,85,68). Sum of RGB (Red+Green+Blue) = 221+85+68=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5544 is #22AABB. Grayscale: #7B7B7B. Windows color (decimal): -2271932 or 4478429. OLE color: 4478429.
HSL color Cylindrical-coordinate representation of color #DD5544: hue angle of 6.67º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD5544 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 68 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.13 |
| HSL | 6.67º | 0.69% | 0.57% | - |
| HSV(B) | 6.67º | 0.69% | 0.87% | - |
| XYZ | 34.11 | 22.29 | 7.97 | - |
| YUV | 123.73 | 96.56 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 68 | 0 | 0.62 | 0.69 | 0.13 | 6.67 | 0.69 | 0.57 |
| Hex | DD | 55 | 44 | 0 | 3E | 45 | D | 7 | 45 | 39 |
| Octal | 335 | 125 | 104 | 0 | 76 | 105 | 15 | 7 | 105 | 71 |
| Binary | 11011101 | 1010101 | 1000100 | 0 | 111110 | 1000101 | 1101 | 111 | 1000101 | 111001 |
Color Harmonies of #DD5544
Complementary color
Monochromatic Colors of #DD5544
Black with #DD5544
Text Example
Text Example
White with #DD5544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5544; }
p { color: rgb(221,85,68); }
H1.HeaderClassName
{
color: #DD5544;
}
.AnyTagClassName
{
color: #DD5544;
}
</style>
background-color css
<style>
a { background-color: #DD5544; }
a { background-color: rgb(221,85,68); }
div.DivClassName
{
background-color: #DD5544;
}
.BgClassName
{
background-color: #DD5544;
}
</style>
border-color css
<style>
span { border-color: #DD5544; }
span { border-color: rgb(221,85,68); }
td.TdClassName
{
border-color: #DD5544;
}
.TagClassName
{
border-color: #DD5544;
}
</style>