Shades of Wewak #DF9C9E
Tints of Wewak #DF9C9E
RGB
CMYK
RGB Variations
Color information
#DF9C9E (or 0xDF9C9E) is known color: Wewak. HEX triplet: DF, 9C and 9E. RGB value is (223,156,158). Sum of RGB (Red+Green+Blue) = 223+156+158=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9C9E is #206361. Grayscale: #B0B0B0. Windows color (decimal): -2122594 or 10394847. OLE color: 10394847.
HSL color Cylindrical-coordinate representation of color #DF9C9E: hue angle of 358.21º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9C9E is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 156 | 158 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.13 |
| HSL | 358.21º | 0.51% | 0.74% | - |
| HSV(B) | 358.21º | 0.3% | 0.87% | - |
| XYZ | 48.49 | 41.93 | 37.89 | - |
| YUV | 176.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 158 | 0 | 0.30 | 0.29 | 0.13 | 358.21 | 0.51 | 0.74 |
| Hex | DF | 9C | 9E | 0 | 1E | 1D | D | 166 | 33 | 4A |
| Octal | 337 | 234 | 236 | 0 | 36 | 35 | 15 | 546 | 63 | 112 |
| Binary | 11011111 | 10011100 | 10011110 | 0 | 11110 | 11101 | 1101 | 101100110 | 110011 | 1001010 |
Color Harmonies of #DF9C9E
Complementary color
Monochromatic Colors of #DF9C9E
Black with #DF9C9E
Text Example
Text Example
White with #DF9C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9C9E; }
p { color: rgb(223,156,158); }
H1.HeaderClassName
{
color: #DF9C9E;
}
.AnyTagClassName
{
color: #DF9C9E;
}
</style>
background-color css
<style>
a { background-color: #DF9C9E; }
a { background-color: rgb(223,156,158); }
div.DivClassName
{
background-color: #DF9C9E;
}
.BgClassName
{
background-color: #DF9C9E;
}
</style>
border-color css
<style>
span { border-color: #DF9C9E; }
span { border-color: rgb(223,156,158); }
td.TdClassName
{
border-color: #DF9C9E;
}
.TagClassName
{
border-color: #DF9C9E;
}
</style>