Shades of Wewak #DF9496
Tints of Wewak #DF9496
RGB
CMYK
RGB Variations
Color information
#DF9496 (or 0xDF9496) is known color: Wewak. HEX triplet: DF, 94 and 96. RGB value is (223,148,150). Sum of RGB (Red+Green+Blue) = 223+148+150=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9496 is #206B69. Grayscale: #AAAAAA. Windows color (decimal): -2124650 or 9868511. OLE color: 9868511.
HSL color Cylindrical-coordinate representation of color #DF9496: hue angle of 358.4º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9496 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 150 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.13 |
| HSL | 358.4º | 0.54% | 0.73% | - |
| HSV(B) | 358.4º | 0.34% | 0.87% | - |
| XYZ | 46.53 | 39.07 | 33.94 | - |
| YUV | 170.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 150 | 0 | 0.34 | 0.33 | 0.13 | 358.4 | 0.54 | 0.73 |
| Hex | DF | 94 | 96 | 0 | 22 | 21 | D | 166 | 36 | 49 |
| Octal | 337 | 224 | 226 | 0 | 42 | 41 | 15 | 546 | 66 | 111 |
| Binary | 11011111 | 10010100 | 10010110 | 0 | 100010 | 100001 | 1101 | 101100110 | 110110 | 1001001 |
Color Harmonies of #DF9496
Complementary color
Monochromatic Colors of #DF9496
Black with #DF9496
Text Example
Text Example
White with #DF9496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9496; }
p { color: rgb(223,148,150); }
H1.HeaderClassName
{
color: #DF9496;
}
.AnyTagClassName
{
color: #DF9496;
}
</style>
background-color css
<style>
a { background-color: #DF9496; }
a { background-color: rgb(223,148,150); }
div.DivClassName
{
background-color: #DF9496;
}
.BgClassName
{
background-color: #DF9496;
}
</style>
border-color css
<style>
span { border-color: #DF9496; }
span { border-color: rgb(223,148,150); }
td.TdClassName
{
border-color: #DF9496;
}
.TagClassName
{
border-color: #DF9496;
}
</style>