Shades of Wewak #DF9596
Tints of Wewak #DF9596
RGB
CMYK
RGB Variations
Color information
#DF9596 (or 0xDF9596) is known color: Wewak. HEX triplet: DF, 95 and 96. RGB value is (223,149,150). Sum of RGB (Red+Green+Blue) = 223+149+150=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9596 is #206A69. Grayscale: #ABABAB. Windows color (decimal): -2124394 or 9868767. OLE color: 9868767.
HSL color Cylindrical-coordinate representation of color #DF9596: hue angle of 359.19º degrees, saturation: 0.54, 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 #DF9596 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 150 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.13 |
| HSL | 359.19º | 0.54% | 0.73% | - |
| HSV(B) | 359.19º | 0.33% | 0.87% | - |
| XYZ | 46.68 | 39.38 | 34 | - |
| YUV | 171.24 | 116.02 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 150 | 0 | 0.33 | 0.33 | 0.13 | 359.19 | 0.54 | 0.73 |
| Hex | DF | 95 | 96 | 0 | 21 | 21 | D | 167 | 36 | 49 |
| Octal | 337 | 225 | 226 | 0 | 41 | 41 | 15 | 547 | 66 | 111 |
| Binary | 11011111 | 10010101 | 10010110 | 0 | 100001 | 100001 | 1101 | 101100111 | 110110 | 1001001 |
Color Harmonies of #DF9596
Complementary color
Monochromatic Colors of #DF9596
Black with #DF9596
Text Example
Text Example
White with #DF9596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9596; }
p { color: rgb(223,149,150); }
H1.HeaderClassName
{
color: #DF9596;
}
.AnyTagClassName
{
color: #DF9596;
}
</style>
background-color css
<style>
a { background-color: #DF9596; }
a { background-color: rgb(223,149,150); }
div.DivClassName
{
background-color: #DF9596;
}
.BgClassName
{
background-color: #DF9596;
}
</style>
border-color css
<style>
span { border-color: #DF9596; }
span { border-color: rgb(223,149,150); }
td.TdClassName
{
border-color: #DF9596;
}
.TagClassName
{
border-color: #DF9596;
}
</style>