Shades of Wewak #DF9699
Tints of Wewak #DF9699
RGB
CMYK
RGB Variations
Color information
#DF9699 (or 0xDF9699) is known color: Wewak. HEX triplet: DF, 96 and 99. RGB value is (223,150,153). Sum of RGB (Red+Green+Blue) = 223+150+153=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9699 is #206966. Grayscale: #ACACAC. Windows color (decimal): -2124135 or 10065631. OLE color: 10065631.
HSL color Cylindrical-coordinate representation of color #DF9699: hue angle of 357.53º degrees, saturation: 0.53, 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 #DF9699 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 153 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.13 |
| HSL | 357.53º | 0.53% | 0.73% | - |
| HSV(B) | 357.53º | 0.33% | 0.87% | - |
| XYZ | 47.09 | 39.8 | 35.34 | - |
| YUV | 172.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 153 | 0 | 0.33 | 0.31 | 0.13 | 357.53 | 0.53 | 0.73 |
| Hex | DF | 96 | 99 | 0 | 21 | 1F | D | 166 | 35 | 49 |
| Octal | 337 | 226 | 231 | 0 | 41 | 37 | 15 | 546 | 65 | 111 |
| Binary | 11011111 | 10010110 | 10011001 | 0 | 100001 | 11111 | 1101 | 101100110 | 110101 | 1001001 |
Color Harmonies of #DF9699
Complementary color
Monochromatic Colors of #DF9699
Black with #DF9699
Text Example
Text Example
White with #DF9699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9699; }
p { color: rgb(223,150,153); }
H1.HeaderClassName
{
color: #DF9699;
}
.AnyTagClassName
{
color: #DF9699;
}
</style>
background-color css
<style>
a { background-color: #DF9699; }
a { background-color: rgb(223,150,153); }
div.DivClassName
{
background-color: #DF9699;
}
.BgClassName
{
background-color: #DF9699;
}
</style>
border-color css
<style>
span { border-color: #DF9699; }
span { border-color: rgb(223,150,153); }
td.TdClassName
{
border-color: #DF9699;
}
.TagClassName
{
border-color: #DF9699;
}
</style>