Shades of Wewak #DF979B
Tints of Wewak #DF979B
RGB
CMYK
RGB Variations
Color information
#DF979B (or 0xDF979B) is known color: Wewak. HEX triplet: DF, 97 and 9B. RGB value is (223,151,155). Sum of RGB (Red+Green+Blue) = 223+151+155=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF979B is #206864. Grayscale: #ADADAD. Windows color (decimal): -2123877 or 10196959. OLE color: 10196959.
HSL color Cylindrical-coordinate representation of color #DF979B: hue angle of 356.67º degrees, saturation: 0.53, 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 #DF979B is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 155 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.13 |
| HSL | 356.67º | 0.53% | 0.73% | - |
| HSV(B) | 356.67º | 0.32% | 0.87% | - |
| XYZ | 47.41 | 40.19 | 36.27 | - |
| YUV | 172.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 155 | 0 | 0.32 | 0.30 | 0.13 | 356.67 | 0.53 | 0.73 |
| Hex | DF | 97 | 9B | 0 | 20 | 1E | D | 165 | 35 | 49 |
| Octal | 337 | 227 | 233 | 0 | 40 | 36 | 15 | 545 | 65 | 111 |
| Binary | 11011111 | 10010111 | 10011011 | 0 | 100000 | 11110 | 1101 | 101100101 | 110101 | 1001001 |
Color Harmonies of #DF979B
Complementary color
Monochromatic Colors of #DF979B
Black with #DF979B
Text Example
Text Example
White with #DF979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF979B; }
p { color: rgb(223,151,155); }
H1.HeaderClassName
{
color: #DF979B;
}
.AnyTagClassName
{
color: #DF979B;
}
</style>
background-color css
<style>
a { background-color: #DF979B; }
a { background-color: rgb(223,151,155); }
div.DivClassName
{
background-color: #DF979B;
}
.BgClassName
{
background-color: #DF979B;
}
</style>
border-color css
<style>
span { border-color: #DF979B; }
span { border-color: rgb(223,151,155); }
td.TdClassName
{
border-color: #DF979B;
}
.TagClassName
{
border-color: #DF979B;
}
</style>