Shades of Wewak #DF989C
Tints of Wewak #DF989C
RGB
CMYK
RGB Variations
Color information
#DF989C (or 0xDF989C) is known color: Wewak. HEX triplet: DF, 98 and 9C. RGB value is (223,152,156). Sum of RGB (Red+Green+Blue) = 223+152+156=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF989C is #206763. Grayscale: #ADADAD. Windows color (decimal): -2123620 or 10262751. OLE color: 10262751.
HSL color Cylindrical-coordinate representation of color #DF989C: hue angle of 356.62º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF989C is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 156 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.13 |
| HSL | 356.62º | 0.53% | 0.74% | - |
| HSV(B) | 356.62º | 0.32% | 0.87% | - |
| XYZ | 47.66 | 40.54 | 36.77 | - |
| YUV | 173.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 156 | 0 | 0.32 | 0.30 | 0.13 | 356.62 | 0.53 | 0.74 |
| Hex | DF | 98 | 9C | 0 | 20 | 1E | D | 165 | 35 | 4A |
| Octal | 337 | 230 | 234 | 0 | 40 | 36 | 15 | 545 | 65 | 112 |
| Binary | 11011111 | 10011000 | 10011100 | 0 | 100000 | 11110 | 1101 | 101100101 | 110101 | 1001010 |
Color Harmonies of #DF989C
Complementary color
Monochromatic Colors of #DF989C
Black with #DF989C
Text Example
Text Example
White with #DF989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF989C; }
p { color: rgb(223,152,156); }
H1.HeaderClassName
{
color: #DF989C;
}
.AnyTagClassName
{
color: #DF989C;
}
</style>
background-color css
<style>
a { background-color: #DF989C; }
a { background-color: rgb(223,152,156); }
div.DivClassName
{
background-color: #DF989C;
}
.BgClassName
{
background-color: #DF989C;
}
</style>
border-color css
<style>
span { border-color: #DF989C; }
span { border-color: rgb(223,152,156); }
td.TdClassName
{
border-color: #DF989C;
}
.TagClassName
{
border-color: #DF989C;
}
</style>