Shades of Wewak #DF9394
Tints of Wewak #DF9394
RGB
CMYK
RGB Variations
Color information
#DF9394 (or 0xDF9394) is known color: Wewak. HEX triplet: DF, 93 and 94. RGB value is (223,147,148). Sum of RGB (Red+Green+Blue) = 223+147+148=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9394 is #206C6B. Grayscale: #A9A9A9. Windows color (decimal): -2124908 or 9737183. OLE color: 9737183.
HSL color Cylindrical-coordinate representation of color #DF9394: hue angle of 359.21º 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 #DF9394 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 148 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.13 |
| HSL | 359.21º | 0.54% | 0.73% | - |
| HSV(B) | 359.21º | 0.34% | 0.87% | - |
| XYZ | 46.21 | 38.69 | 33.05 | - |
| YUV | 169.84 | 115.68 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 148 | 0 | 0.34 | 0.34 | 0.13 | 359.21 | 0.54 | 0.73 |
| Hex | DF | 93 | 94 | 0 | 22 | 22 | D | 167 | 36 | 49 |
| Octal | 337 | 223 | 224 | 0 | 42 | 42 | 15 | 547 | 66 | 111 |
| Binary | 11011111 | 10010011 | 10010100 | 0 | 100010 | 100010 | 1101 | 101100111 | 110110 | 1001001 |
Color Harmonies of #DF9394
Complementary color
Monochromatic Colors of #DF9394
Black with #DF9394
Text Example
Text Example
White with #DF9394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9394; }
p { color: rgb(223,147,148); }
H1.HeaderClassName
{
color: #DF9394;
}
.AnyTagClassName
{
color: #DF9394;
}
</style>
background-color css
<style>
a { background-color: #DF9394; }
a { background-color: rgb(223,147,148); }
div.DivClassName
{
background-color: #DF9394;
}
.BgClassName
{
background-color: #DF9394;
}
</style>
border-color css
<style>
span { border-color: #DF9394; }
span { border-color: rgb(223,147,148); }
td.TdClassName
{
border-color: #DF9394;
}
.TagClassName
{
border-color: #DF9394;
}
</style>