Shades of Wewak #DF9192
Tints of Wewak #DF9192
RGB
CMYK
RGB Variations
Color information
#DF9192 (or 0xDF9192) is known color: Wewak. HEX triplet: DF, 91 and 92. RGB value is (223,145,146). Sum of RGB (Red+Green+Blue) = 223+145+146=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9192 is #206E6D. Grayscale: #A8A8A8. Windows color (decimal): -2125422 or 9605599. OLE color: 9605599.
HSL color Cylindrical-coordinate representation of color #DF9192: hue angle of 359.23º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF9192 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 146 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.13 |
| HSL | 359.23º | 0.55% | 0.72% | - |
| HSV(B) | 359.23º | 0.35% | 0.87% | - |
| XYZ | 45.75 | 38.01 | 32.12 | - |
| YUV | 168.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 146 | 0 | 0.35 | 0.35 | 0.13 | 359.23 | 0.55 | 0.72 |
| Hex | DF | 91 | 92 | 0 | 23 | 23 | D | 167 | 37 | 48 |
| Octal | 337 | 221 | 222 | 0 | 43 | 43 | 15 | 547 | 67 | 110 |
| Binary | 11011111 | 10010001 | 10010010 | 0 | 100011 | 100011 | 1101 | 101100111 | 110111 | 1001000 |
Color Harmonies of #DF9192
Complementary color
Monochromatic Colors of #DF9192
Black with #DF9192
Text Example
Text Example
White with #DF9192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9192; }
p { color: rgb(223,145,146); }
H1.HeaderClassName
{
color: #DF9192;
}
.AnyTagClassName
{
color: #DF9192;
}
</style>
background-color css
<style>
a { background-color: #DF9192; }
a { background-color: rgb(223,145,146); }
div.DivClassName
{
background-color: #DF9192;
}
.BgClassName
{
background-color: #DF9192;
}
</style>
border-color css
<style>
span { border-color: #DF9192; }
span { border-color: rgb(223,145,146); }
td.TdClassName
{
border-color: #DF9192;
}
.TagClassName
{
border-color: #DF9192;
}
</style>