Shades of Wewak #DF9495
Tints of Wewak #DF9495
RGB
CMYK
RGB Variations
Color information
#DF9495 (or 0xDF9495) is known color: Wewak. HEX triplet: DF, 94 and 95. RGB value is (223,148,149). Sum of RGB (Red+Green+Blue) = 223+148+149=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9495 is #206B6A. Grayscale: #AAAAAA. Windows color (decimal): -2124651 or 9802975. OLE color: 9802975.
HSL color Cylindrical-coordinate representation of color #DF9495: hue angle of 359.2º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9495 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 149 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.13 |
| HSL | 359.2º | 0.54% | 0.73% | - |
| HSV(B) | 359.2º | 0.34% | 0.87% | - |
| XYZ | 46.45 | 39.04 | 33.52 | - |
| YUV | 170.54 | 115.85 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 149 | 0 | 0.34 | 0.33 | 0.13 | 359.2 | 0.54 | 0.73 |
| Hex | DF | 94 | 95 | 0 | 22 | 21 | D | 167 | 36 | 49 |
| Octal | 337 | 224 | 225 | 0 | 42 | 41 | 15 | 547 | 66 | 111 |
| Binary | 11011111 | 10010100 | 10010101 | 0 | 100010 | 100001 | 1101 | 101100111 | 110110 | 1001001 |
Color Harmonies of #DF9495
Complementary color
Monochromatic Colors of #DF9495
Black with #DF9495
Text Example
Text Example
White with #DF9495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9495; }
p { color: rgb(223,148,149); }
H1.HeaderClassName
{
color: #DF9495;
}
.AnyTagClassName
{
color: #DF9495;
}
</style>
background-color css
<style>
a { background-color: #DF9495; }
a { background-color: rgb(223,148,149); }
div.DivClassName
{
background-color: #DF9495;
}
.BgClassName
{
background-color: #DF9495;
}
</style>
border-color css
<style>
span { border-color: #DF9495; }
span { border-color: rgb(223,148,149); }
td.TdClassName
{
border-color: #DF9495;
}
.TagClassName
{
border-color: #DF9495;
}
</style>