Shades of Wewak #DF959C
Tints of Wewak #DF959C
RGB
CMYK
RGB Variations
Color information
#DF959C (or 0xDF959C) is known color: Wewak. HEX triplet: DF, 95 and 9C. RGB value is (223,149,156). Sum of RGB (Red+Green+Blue) = 223+149+156=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF959C is #206A63. Grayscale: #ABABAB. Windows color (decimal): -2124388 or 10261983. OLE color: 10261983.
HSL color Cylindrical-coordinate representation of color #DF959C: hue angle of 354.32º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF959C is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 156 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.13 |
| HSL | 354.32º | 0.54% | 0.73% | - |
| HSV(B) | 354.32º | 0.33% | 0.87% | - |
| XYZ | 47.18 | 39.58 | 36.61 | - |
| YUV | 171.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 156 | 0 | 0.33 | 0.30 | 0.13 | 354.32 | 0.54 | 0.73 |
| Hex | DF | 95 | 9C | 0 | 21 | 1E | D | 162 | 36 | 49 |
| Octal | 337 | 225 | 234 | 0 | 41 | 36 | 15 | 542 | 66 | 111 |
| Binary | 11011111 | 10010101 | 10011100 | 0 | 100001 | 11110 | 1101 | 101100010 | 110110 | 1001001 |
Color Harmonies of #DF959C
Complementary color
Monochromatic Colors of #DF959C
Black with #DF959C
Text Example
Text Example
White with #DF959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF959C; }
p { color: rgb(223,149,156); }
H1.HeaderClassName
{
color: #DF959C;
}
.AnyTagClassName
{
color: #DF959C;
}
</style>
background-color css
<style>
a { background-color: #DF959C; }
a { background-color: rgb(223,149,156); }
div.DivClassName
{
background-color: #DF959C;
}
.BgClassName
{
background-color: #DF959C;
}
</style>
border-color css
<style>
span { border-color: #DF959C; }
span { border-color: rgb(223,149,156); }
td.TdClassName
{
border-color: #DF959C;
}
.TagClassName
{
border-color: #DF959C;
}
</style>