Shades of Wewak #DF9A9E
Tints of Wewak #DF9A9E
RGB
CMYK
RGB Variations
Color information
#DF9A9E (or 0xDF9A9E) is known color: Wewak. HEX triplet: DF, 9A and 9E. RGB value is (223,154,158). Sum of RGB (Red+Green+Blue) = 223+154+158=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9A9E is #206561. Grayscale: #AFAFAF. Windows color (decimal): -2123106 or 10394335. OLE color: 10394335.
HSL color Cylindrical-coordinate representation of color #DF9A9E: hue angle of 356.52º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9A9E is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 158 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.13 |
| HSL | 356.52º | 0.52% | 0.74% | - |
| HSV(B) | 356.52º | 0.31% | 0.87% | - |
| XYZ | 48.16 | 41.27 | 37.78 | - |
| YUV | 175.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 158 | 0 | 0.31 | 0.29 | 0.13 | 356.52 | 0.52 | 0.74 |
| Hex | DF | 9A | 9E | 0 | 1F | 1D | D | 165 | 34 | 4A |
| Octal | 337 | 232 | 236 | 0 | 37 | 35 | 15 | 545 | 64 | 112 |
| Binary | 11011111 | 10011010 | 10011110 | 0 | 11111 | 11101 | 1101 | 101100101 | 110100 | 1001010 |
Color Harmonies of #DF9A9E
Complementary color
Monochromatic Colors of #DF9A9E
Black with #DF9A9E
Text Example
Text Example
White with #DF9A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A9E; }
p { color: rgb(223,154,158); }
H1.HeaderClassName
{
color: #DF9A9E;
}
.AnyTagClassName
{
color: #DF9A9E;
}
</style>
background-color css
<style>
a { background-color: #DF9A9E; }
a { background-color: rgb(223,154,158); }
div.DivClassName
{
background-color: #DF9A9E;
}
.BgClassName
{
background-color: #DF9A9E;
}
</style>
border-color css
<style>
span { border-color: #DF9A9E; }
span { border-color: rgb(223,154,158); }
td.TdClassName
{
border-color: #DF9A9E;
}
.TagClassName
{
border-color: #DF9A9E;
}
</style>