Shades of Wewak #DF9296
Tints of Wewak #DF9296
RGB
CMYK
RGB Variations
Color information
#DF9296 (or 0xDF9296) is known color: Wewak. HEX triplet: DF, 92 and 96. RGB value is (223,146,150). Sum of RGB (Red+Green+Blue) = 223+146+150=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9296 is #206D69. Grayscale: #A9A9A9. Windows color (decimal): -2125162 or 9867999. OLE color: 9867999.
HSL color Cylindrical-coordinate representation of color #DF9296: hue angle of 356.88º 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 #DF9296 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 150 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.13 |
| HSL | 356.88º | 0.55% | 0.72% | - |
| HSV(B) | 356.88º | 0.35% | 0.87% | - |
| XYZ | 46.22 | 38.45 | 33.84 | - |
| YUV | 169.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 150 | 0 | 0.35 | 0.33 | 0.13 | 356.88 | 0.55 | 0.72 |
| Hex | DF | 92 | 96 | 0 | 23 | 21 | D | 165 | 37 | 48 |
| Octal | 337 | 222 | 226 | 0 | 43 | 41 | 15 | 545 | 67 | 110 |
| Binary | 11011111 | 10010010 | 10010110 | 0 | 100011 | 100001 | 1101 | 101100101 | 110111 | 1001000 |
Color Harmonies of #DF9296
Complementary color
Monochromatic Colors of #DF9296
Black with #DF9296
Text Example
Text Example
White with #DF9296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9296; }
p { color: rgb(223,146,150); }
H1.HeaderClassName
{
color: #DF9296;
}
.AnyTagClassName
{
color: #DF9296;
}
</style>
background-color css
<style>
a { background-color: #DF9296; }
a { background-color: rgb(223,146,150); }
div.DivClassName
{
background-color: #DF9296;
}
.BgClassName
{
background-color: #DF9296;
}
</style>
border-color css
<style>
span { border-color: #DF9296; }
span { border-color: rgb(223,146,150); }
td.TdClassName
{
border-color: #DF9296;
}
.TagClassName
{
border-color: #DF9296;
}
</style>