Shades of Wewak #DF959A
Tints of Wewak #DF959A
RGB
CMYK
RGB Variations
Color information
#DF959A (or 0xDF959A) is known color: Wewak. HEX triplet: DF, 95 and 9A. RGB value is (223,149,154). Sum of RGB (Red+Green+Blue) = 223+149+154=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF959A is #206A65. Grayscale: #ABABAB. Windows color (decimal): -2124390 or 10130911. OLE color: 10130911.
HSL color Cylindrical-coordinate representation of color #DF959A: hue angle of 355.95º 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 #DF959A is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 149 | 154 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.13 |
| HSL | 355.95º | 0.54% | 0.73% | - |
| HSV(B) | 355.95º | 0.33% | 0.87% | - |
| XYZ | 47.01 | 39.52 | 35.72 | - |
| YUV | 171.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 149 | 154 | 0 | 0.33 | 0.31 | 0.13 | 355.95 | 0.54 | 0.73 |
| Hex | DF | 95 | 9A | 0 | 21 | 1F | D | 164 | 36 | 49 |
| Octal | 337 | 225 | 232 | 0 | 41 | 37 | 15 | 544 | 66 | 111 |
| Binary | 11011111 | 10010101 | 10011010 | 0 | 100001 | 11111 | 1101 | 101100100 | 110110 | 1001001 |
Color Harmonies of #DF959A
Complementary color
Monochromatic Colors of #DF959A
Black with #DF959A
Text Example
Text Example
White with #DF959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF959A; }
p { color: rgb(223,149,154); }
H1.HeaderClassName
{
color: #DF959A;
}
.AnyTagClassName
{
color: #DF959A;
}
</style>
background-color css
<style>
a { background-color: #DF959A; }
a { background-color: rgb(223,149,154); }
div.DivClassName
{
background-color: #DF959A;
}
.BgClassName
{
background-color: #DF959A;
}
</style>
border-color css
<style>
span { border-color: #DF959A; }
span { border-color: rgb(223,149,154); }
td.TdClassName
{
border-color: #DF959A;
}
.TagClassName
{
border-color: #DF959A;
}
</style>