Shades of Valencia #DD5644
Tints of Valencia #DD5644
RGB
CMYK
RGB Variations
Color information
#DD5644 (or 0xDD5644) is known color: Valencia. HEX triplet: DD, 56 and 44. RGB value is (221,86,68). Sum of RGB (Red+Green+Blue) = 221+86+68=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5644 is #22A9BB. Grayscale: #7C7C7C. Windows color (decimal): -2271676 or 4478685. OLE color: 4478685.
HSL color Cylindrical-coordinate representation of color #DD5644: hue angle of 7.06º 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 #DD5644 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 68 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.13 |
| HSL | 7.06º | 0.69% | 0.57% | - |
| HSV(B) | 7.06º | 0.69% | 0.87% | - |
| XYZ | 34.19 | 22.45 | 8 | - |
| YUV | 124.31 | 96.23 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 68 | 0 | 0.61 | 0.69 | 0.13 | 7.06 | 0.69 | 0.57 |
| Hex | DD | 56 | 44 | 0 | 3D | 45 | D | 7 | 45 | 39 |
| Octal | 335 | 126 | 104 | 0 | 75 | 105 | 15 | 7 | 105 | 71 |
| Binary | 11011101 | 1010110 | 1000100 | 0 | 111101 | 1000101 | 1101 | 111 | 1000101 | 111001 |
Color Harmonies of #DD5644
Complementary color
Monochromatic Colors of #DD5644
Black with #DD5644
Text Example
Text Example
White with #DD5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5644; }
p { color: rgb(221,86,68); }
H1.HeaderClassName
{
color: #DD5644;
}
.AnyTagClassName
{
color: #DD5644;
}
</style>
background-color css
<style>
a { background-color: #DD5644; }
a { background-color: rgb(221,86,68); }
div.DivClassName
{
background-color: #DD5644;
}
.BgClassName
{
background-color: #DD5644;
}
</style>
border-color css
<style>
span { border-color: #DD5644; }
span { border-color: rgb(221,86,68); }
td.TdClassName
{
border-color: #DD5644;
}
.TagClassName
{
border-color: #DD5644;
}
</style>