Shades of Wewak #DD9197
Tints of Wewak #DD9197
RGB
CMYK
RGB Variations
Color information
#DD9197 (or 0xDD9197) is known color: Wewak. HEX triplet: DD, 91 and 97. RGB value is (221,145,151). Sum of RGB (Red+Green+Blue) = 221+145+151=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9197 is #226E68. Grayscale: #A8A8A8. Windows color (decimal): -2256489 or 9933277. OLE color: 9933277.
HSL color Cylindrical-coordinate representation of color #DD9197: hue angle of 355.26º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD9197 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 151 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.13 |
| HSL | 355.26º | 0.53% | 0.72% | - |
| HSV(B) | 355.26º | 0.34% | 0.87% | - |
| XYZ | 45.53 | 37.86 | 34.19 | - |
| YUV | 168.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 151 | 0 | 0.34 | 0.32 | 0.13 | 355.26 | 0.53 | 0.72 |
| Hex | DD | 91 | 97 | 0 | 22 | 20 | D | 163 | 35 | 48 |
| Octal | 335 | 221 | 227 | 0 | 42 | 40 | 15 | 543 | 65 | 110 |
| Binary | 11011101 | 10010001 | 10010111 | 0 | 100010 | 100000 | 1101 | 101100011 | 110101 | 1001000 |
Color Harmonies of #DD9197
Complementary color
Monochromatic Colors of #DD9197
Black with #DD9197
Text Example
Text Example
White with #DD9197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9197; }
p { color: rgb(221,145,151); }
H1.HeaderClassName
{
color: #DD9197;
}
.AnyTagClassName
{
color: #DD9197;
}
</style>
background-color css
<style>
a { background-color: #DD9197; }
a { background-color: rgb(221,145,151); }
div.DivClassName
{
background-color: #DD9197;
}
.BgClassName
{
background-color: #DD9197;
}
</style>
border-color css
<style>
span { border-color: #DD9197; }
span { border-color: rgb(221,145,151); }
td.TdClassName
{
border-color: #DD9197;
}
.TagClassName
{
border-color: #DD9197;
}
</style>