Shades of Wewak #DD979B
Tints of Wewak #DD979B
RGB
CMYK
RGB Variations
Color information
#DD979B (or 0xDD979B) is known color: Wewak. HEX triplet: DD, 97 and 9B. RGB value is (221,151,155). Sum of RGB (Red+Green+Blue) = 221+151+155=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD979B is #226864. Grayscale: #ACACAC. Windows color (decimal): -2254949 or 10196957. OLE color: 10196957.
HSL color Cylindrical-coordinate representation of color #DD979B: hue angle of 356.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD979B is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 155 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.13 |
| HSL | 356.57º | 0.51% | 0.73% | - |
| HSV(B) | 356.57º | 0.32% | 0.87% | - |
| XYZ | 46.8 | 39.87 | 36.24 | - |
| YUV | 172.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 155 | 0 | 0.32 | 0.30 | 0.13 | 356.57 | 0.51 | 0.73 |
| Hex | DD | 97 | 9B | 0 | 20 | 1E | D | 165 | 33 | 49 |
| Octal | 335 | 227 | 233 | 0 | 40 | 36 | 15 | 545 | 63 | 111 |
| Binary | 11011101 | 10010111 | 10011011 | 0 | 100000 | 11110 | 1101 | 101100101 | 110011 | 1001001 |
Color Harmonies of #DD979B
Complementary color
Monochromatic Colors of #DD979B
Black with #DD979B
Text Example
Text Example
White with #DD979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD979B; }
p { color: rgb(221,151,155); }
H1.HeaderClassName
{
color: #DD979B;
}
.AnyTagClassName
{
color: #DD979B;
}
</style>
background-color css
<style>
a { background-color: #DD979B; }
a { background-color: rgb(221,151,155); }
div.DivClassName
{
background-color: #DD979B;
}
.BgClassName
{
background-color: #DD979B;
}
</style>
border-color css
<style>
span { border-color: #DD979B; }
span { border-color: rgb(221,151,155); }
td.TdClassName
{
border-color: #DD979B;
}
.TagClassName
{
border-color: #DD979B;
}
</style>