Shades of Wewak #DF989A
Tints of Wewak #DF989A
RGB
CMYK
RGB Variations
Color information
#DF989A (or 0xDF989A) is known color: Wewak. HEX triplet: DF, 98 and 9A. RGB value is (223,152,154). Sum of RGB (Red+Green+Blue) = 223+152+154=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF989A is #206765. Grayscale: #ADADAD. Windows color (decimal): -2123622 or 10131679. OLE color: 10131679.
HSL color Cylindrical-coordinate representation of color #DF989A: hue angle of 358.31º 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 #DF989A is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 154 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.13 |
| HSL | 358.31º | 0.53% | 0.74% | - |
| HSV(B) | 358.31º | 0.32% | 0.87% | - |
| XYZ | 47.49 | 40.48 | 35.88 | - |
| YUV | 173.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 154 | 0 | 0.32 | 0.31 | 0.13 | 358.31 | 0.53 | 0.74 |
| Hex | DF | 98 | 9A | 0 | 20 | 1F | D | 166 | 35 | 4A |
| Octal | 337 | 230 | 232 | 0 | 40 | 37 | 15 | 546 | 65 | 112 |
| Binary | 11011111 | 10011000 | 10011010 | 0 | 100000 | 11111 | 1101 | 101100110 | 110101 | 1001010 |
Color Harmonies of #DF989A
Complementary color
Monochromatic Colors of #DF989A
Black with #DF989A
Text Example
Text Example
White with #DF989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF989A; }
p { color: rgb(223,152,154); }
H1.HeaderClassName
{
color: #DF989A;
}
.AnyTagClassName
{
color: #DF989A;
}
</style>
background-color css
<style>
a { background-color: #DF989A; }
a { background-color: rgb(223,152,154); }
div.DivClassName
{
background-color: #DF989A;
}
.BgClassName
{
background-color: #DF989A;
}
</style>
border-color css
<style>
span { border-color: #DF989A; }
span { border-color: rgb(223,152,154); }
td.TdClassName
{
border-color: #DF989A;
}
.TagClassName
{
border-color: #DF989A;
}
</style>