Shades of Wewak #DF9D9E
Tints of Wewak #DF9D9E
RGB
CMYK
RGB Variations
Color information
#DF9D9E (or 0xDF9D9E) is known color: Wewak. HEX triplet: DF, 9D and 9E. RGB value is (223,157,158). Sum of RGB (Red+Green+Blue) = 223+157+158=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9D9E is #206261. Grayscale: #B0B0B0. Windows color (decimal): -2122338 or 10395103. OLE color: 10395103.
HSL color Cylindrical-coordinate representation of color #DF9D9E: hue angle of 359.09º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9D9E is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 158 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.13 |
| HSL | 359.09º | 0.51% | 0.75% | - |
| HSV(B) | 359.09º | 0.3% | 0.87% | - |
| XYZ | 48.66 | 42.27 | 37.94 | - |
| YUV | 176.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 158 | 0 | 0.30 | 0.29 | 0.13 | 359.09 | 0.51 | 0.75 |
| Hex | DF | 9D | 9E | 0 | 1E | 1D | D | 167 | 33 | 4B |
| Octal | 337 | 235 | 236 | 0 | 36 | 35 | 15 | 547 | 63 | 113 |
| Binary | 11011111 | 10011101 | 10011110 | 0 | 11110 | 11101 | 1101 | 101100111 | 110011 | 1001011 |
Color Harmonies of #DF9D9E
Complementary color
Monochromatic Colors of #DF9D9E
Black with #DF9D9E
Text Example
Text Example
White with #DF9D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9D9E; }
p { color: rgb(223,157,158); }
H1.HeaderClassName
{
color: #DF9D9E;
}
.AnyTagClassName
{
color: #DF9D9E;
}
</style>
background-color css
<style>
a { background-color: #DF9D9E; }
a { background-color: rgb(223,157,158); }
div.DivClassName
{
background-color: #DF9D9E;
}
.BgClassName
{
background-color: #DF9D9E;
}
</style>
border-color css
<style>
span { border-color: #DF9D9E; }
span { border-color: rgb(223,157,158); }
td.TdClassName
{
border-color: #DF9D9E;
}
.TagClassName
{
border-color: #DF9D9E;
}
</style>