Shades of Wewak #DF969E
Tints of Wewak #DF969E
RGB
CMYK
RGB Variations
Color information
#DF969E (or 0xDF969E) is known color: Wewak. HEX triplet: DF, 96 and 9E. RGB value is (223,150,158). Sum of RGB (Red+Green+Blue) = 223+150+158=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF969E is #206961. Grayscale: #ACACAC. Windows color (decimal): -2124130 or 10393311. OLE color: 10393311.
HSL color Cylindrical-coordinate representation of color #DF969E: hue angle of 353.42º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF969E is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 158 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.13 |
| HSL | 353.42º | 0.53% | 0.73% | - |
| HSV(B) | 353.42º | 0.33% | 0.87% | - |
| XYZ | 47.51 | 39.97 | 37.56 | - |
| YUV | 172.74 | 119.68 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 158 | 0 | 0.33 | 0.29 | 0.13 | 353.42 | 0.53 | 0.73 |
| Hex | DF | 96 | 9E | 0 | 21 | 1D | D | 161 | 35 | 49 |
| Octal | 337 | 226 | 236 | 0 | 41 | 35 | 15 | 541 | 65 | 111 |
| Binary | 11011111 | 10010110 | 10011110 | 0 | 100001 | 11101 | 1101 | 101100001 | 110101 | 1001001 |
Color Harmonies of #DF969E
Complementary color
Monochromatic Colors of #DF969E
Black with #DF969E
Text Example
Text Example
White with #DF969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF969E; }
p { color: rgb(223,150,158); }
H1.HeaderClassName
{
color: #DF969E;
}
.AnyTagClassName
{
color: #DF969E;
}
</style>
background-color css
<style>
a { background-color: #DF969E; }
a { background-color: rgb(223,150,158); }
div.DivClassName
{
background-color: #DF969E;
}
.BgClassName
{
background-color: #DF969E;
}
</style>
border-color css
<style>
span { border-color: #DF969E; }
span { border-color: rgb(223,150,158); }
td.TdClassName
{
border-color: #DF969E;
}
.TagClassName
{
border-color: #DF969E;
}
</style>