Shades of Wewak #DF999F
Tints of Wewak #DF999F
RGB
CMYK
RGB Variations
Color information
#DF999F (or 0xDF999F) is known color: Wewak. HEX triplet: DF, 99 and 9F. RGB value is (223,153,159). Sum of RGB (Red+Green+Blue) = 223+153+159=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF999F is #206660. Grayscale: #AEAEAE. Windows color (decimal): -2123361 or 10459615. OLE color: 10459615.
HSL color Cylindrical-coordinate representation of color #DF999F: hue angle of 354.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF999F is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 159 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.13 |
| HSL | 354.86º | 0.52% | 0.74% | - |
| HSV(B) | 354.86º | 0.31% | 0.87% | - |
| XYZ | 48.08 | 40.97 | 38.18 | - |
| YUV | 174.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 159 | 0 | 0.31 | 0.29 | 0.13 | 354.86 | 0.52 | 0.74 |
| Hex | DF | 99 | 9F | 0 | 1F | 1D | D | 163 | 34 | 4A |
| Octal | 337 | 231 | 237 | 0 | 37 | 35 | 15 | 543 | 64 | 112 |
| Binary | 11011111 | 10011001 | 10011111 | 0 | 11111 | 11101 | 1101 | 101100011 | 110100 | 1001010 |
Color Harmonies of #DF999F
Complementary color
Monochromatic Colors of #DF999F
Black with #DF999F
Text Example
Text Example
White with #DF999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF999F; }
p { color: rgb(223,153,159); }
H1.HeaderClassName
{
color: #DF999F;
}
.AnyTagClassName
{
color: #DF999F;
}
</style>
background-color css
<style>
a { background-color: #DF999F; }
a { background-color: rgb(223,153,159); }
div.DivClassName
{
background-color: #DF999F;
}
.BgClassName
{
background-color: #DF999F;
}
</style>
border-color css
<style>
span { border-color: #DF999F; }
span { border-color: rgb(223,153,159); }
td.TdClassName
{
border-color: #DF999F;
}
.TagClassName
{
border-color: #DF999F;
}
</style>