Shades of Wewak #DF979E
Tints of Wewak #DF979E
RGB
CMYK
RGB Variations
Color information
#DF979E (or 0xDF979E) is known color: Wewak. HEX triplet: DF, 97 and 9E. RGB value is (223,151,158). Sum of RGB (Red+Green+Blue) = 223+151+158=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF979E is #206861. Grayscale: #ADADAD. Windows color (decimal): -2123874 or 10393567. OLE color: 10393567.
HSL color Cylindrical-coordinate representation of color #DF979E: hue angle of 354.17º 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 #DF979E is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 158 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.13 |
| HSL | 354.17º | 0.53% | 0.73% | - |
| HSV(B) | 354.17º | 0.32% | 0.87% | - |
| XYZ | 47.67 | 40.29 | 37.61 | - |
| YUV | 173.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 158 | 0 | 0.32 | 0.29 | 0.13 | 354.17 | 0.53 | 0.73 |
| Hex | DF | 97 | 9E | 0 | 20 | 1D | D | 162 | 35 | 49 |
| Octal | 337 | 227 | 236 | 0 | 40 | 35 | 15 | 542 | 65 | 111 |
| Binary | 11011111 | 10010111 | 10011110 | 0 | 100000 | 11101 | 1101 | 101100010 | 110101 | 1001001 |
Color Harmonies of #DF979E
Complementary color
Monochromatic Colors of #DF979E
Black with #DF979E
Text Example
Text Example
White with #DF979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF979E; }
p { color: rgb(223,151,158); }
H1.HeaderClassName
{
color: #DF979E;
}
.AnyTagClassName
{
color: #DF979E;
}
</style>
background-color css
<style>
a { background-color: #DF979E; }
a { background-color: rgb(223,151,158); }
div.DivClassName
{
background-color: #DF979E;
}
.BgClassName
{
background-color: #DF979E;
}
</style>
border-color css
<style>
span { border-color: #DF979E; }
span { border-color: rgb(223,151,158); }
td.TdClassName
{
border-color: #DF979E;
}
.TagClassName
{
border-color: #DF979E;
}
</style>