Shades of Wewak #DF9098
Tints of Wewak #DF9098
RGB
CMYK
RGB Variations
Color information
#DF9098 (or 0xDF9098) is known color: Wewak. HEX triplet: DF, 90 and 98. RGB value is (223,144,152). Sum of RGB (Red+Green+Blue) = 223+144+152=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9098 is #206F67. Grayscale: #A8A8A8. Windows color (decimal): -2125672 or 9998559. OLE color: 9998559.
HSL color Cylindrical-coordinate representation of color #DF9098: hue angle of 353.92º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF9098 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 152 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.13 |
| HSL | 353.92º | 0.55% | 0.72% | - |
| HSV(B) | 353.92º | 0.35% | 0.87% | - |
| XYZ | 46.07 | 37.9 | 34.59 | - |
| YUV | 168.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 152 | 0 | 0.35 | 0.32 | 0.13 | 353.92 | 0.55 | 0.72 |
| Hex | DF | 90 | 98 | 0 | 23 | 20 | D | 162 | 37 | 48 |
| Octal | 337 | 220 | 230 | 0 | 43 | 40 | 15 | 542 | 67 | 110 |
| Binary | 11011111 | 10010000 | 10011000 | 0 | 100011 | 100000 | 1101 | 101100010 | 110111 | 1001000 |
Color Harmonies of #DF9098
Complementary color
Monochromatic Colors of #DF9098
Black with #DF9098
Text Example
Text Example
White with #DF9098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9098; }
p { color: rgb(223,144,152); }
H1.HeaderClassName
{
color: #DF9098;
}
.AnyTagClassName
{
color: #DF9098;
}
</style>
background-color css
<style>
a { background-color: #DF9098; }
a { background-color: rgb(223,144,152); }
div.DivClassName
{
background-color: #DF9098;
}
.BgClassName
{
background-color: #DF9098;
}
</style>
border-color css
<style>
span { border-color: #DF9098; }
span { border-color: rgb(223,144,152); }
td.TdClassName
{
border-color: #DF9098;
}
.TagClassName
{
border-color: #DF9098;
}
</style>