Shades of Wewak #DD9091
Tints of Wewak #DD9091
RGB
CMYK
RGB Variations
Color information
#DD9091 (or 0xDD9091) is known color: Wewak. HEX triplet: DD, 90 and 91. RGB value is (221,144,145). Sum of RGB (Red+Green+Blue) = 221+144+145=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9091 is #226F6E. Grayscale: #A7A7A7. Windows color (decimal): -2256751 or 9539805. OLE color: 9539805.
HSL color Cylindrical-coordinate representation of color #DD9091: hue angle of 359.22º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD9091 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 145 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.13 |
| HSL | 359.22º | 0.53% | 0.72% | - |
| HSV(B) | 359.22º | 0.35% | 0.87% | - |
| XYZ | 44.9 | 37.36 | 31.63 | - |
| YUV | 167.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 145 | 0 | 0.35 | 0.34 | 0.13 | 359.22 | 0.53 | 0.72 |
| Hex | DD | 90 | 91 | 0 | 23 | 22 | D | 167 | 35 | 48 |
| Octal | 335 | 220 | 221 | 0 | 43 | 42 | 15 | 547 | 65 | 110 |
| Binary | 11011101 | 10010000 | 10010001 | 0 | 100011 | 100010 | 1101 | 101100111 | 110101 | 1001000 |
Color Harmonies of #DD9091
Complementary color
Monochromatic Colors of #DD9091
Black with #DD9091
Text Example
Text Example
White with #DD9091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9091; }
p { color: rgb(221,144,145); }
H1.HeaderClassName
{
color: #DD9091;
}
.AnyTagClassName
{
color: #DD9091;
}
</style>
background-color css
<style>
a { background-color: #DD9091; }
a { background-color: rgb(221,144,145); }
div.DivClassName
{
background-color: #DD9091;
}
.BgClassName
{
background-color: #DD9091;
}
</style>
border-color css
<style>
span { border-color: #DD9091; }
span { border-color: rgb(221,144,145); }
td.TdClassName
{
border-color: #DD9091;
}
.TagClassName
{
border-color: #DD9091;
}
</style>