Shades of Wewak #DF999E
Tints of Wewak #DF999E
RGB
CMYK
RGB Variations
Color information
#DF999E (or 0xDF999E) is known color: Wewak. HEX triplet: DF, 99 and 9E. RGB value is (223,153,158). Sum of RGB (Red+Green+Blue) = 223+153+158=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF999E is #206661. Grayscale: #AEAEAE. Windows color (decimal): -2123362 or 10394079. OLE color: 10394079.
HSL color Cylindrical-coordinate representation of color #DF999E: hue angle of 355.71º 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 #DF999E is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 158 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.13 |
| HSL | 355.71º | 0.52% | 0.74% | - |
| HSV(B) | 355.71º | 0.31% | 0.87% | - |
| XYZ | 47.99 | 40.94 | 37.72 | - |
| YUV | 174.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 158 | 0 | 0.31 | 0.29 | 0.13 | 355.71 | 0.52 | 0.74 |
| Hex | DF | 99 | 9E | 0 | 1F | 1D | D | 164 | 34 | 4A |
| Octal | 337 | 231 | 236 | 0 | 37 | 35 | 15 | 544 | 64 | 112 |
| Binary | 11011111 | 10011001 | 10011110 | 0 | 11111 | 11101 | 1101 | 101100100 | 110100 | 1001010 |
Color Harmonies of #DF999E
Complementary color
Monochromatic Colors of #DF999E
Black with #DF999E
Text Example
Text Example
White with #DF999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF999E; }
p { color: rgb(223,153,158); }
H1.HeaderClassName
{
color: #DF999E;
}
.AnyTagClassName
{
color: #DF999E;
}
</style>
background-color css
<style>
a { background-color: #DF999E; }
a { background-color: rgb(223,153,158); }
div.DivClassName
{
background-color: #DF999E;
}
.BgClassName
{
background-color: #DF999E;
}
</style>
border-color css
<style>
span { border-color: #DF999E; }
span { border-color: rgb(223,153,158); }
td.TdClassName
{
border-color: #DF999E;
}
.TagClassName
{
border-color: #DF999E;
}
</style>