Shades of Wewak #DF9091
Tints of Wewak #DF9091
RGB
CMYK
RGB Variations
Color information
#DF9091 (or 0xDF9091) is known color: Wewak. HEX triplet: DF, 90 and 91. RGB value is (223,144,145). Sum of RGB (Red+Green+Blue) = 223+144+145=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9091 is #206F6E. Grayscale: #A7A7A7. Windows color (decimal): -2125679 or 9539807. OLE color: 9539807.
HSL color Cylindrical-coordinate representation of color #DF9091: hue angle of 359.24º 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 #DF9091 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 145 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.13 |
| HSL | 359.24º | 0.55% | 0.72% | - |
| HSV(B) | 359.24º | 0.35% | 0.87% | - |
| XYZ | 45.52 | 37.68 | 31.66 | - |
| YUV | 167.74 | 115.17 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 145 | 0 | 0.35 | 0.35 | 0.13 | 359.24 | 0.55 | 0.72 |
| Hex | DF | 90 | 91 | 0 | 23 | 23 | D | 167 | 37 | 48 |
| Octal | 337 | 220 | 221 | 0 | 43 | 43 | 15 | 547 | 67 | 110 |
| Binary | 11011111 | 10010000 | 10010001 | 0 | 100011 | 100011 | 1101 | 101100111 | 110111 | 1001000 |
Color Harmonies of #DF9091
Complementary color
Monochromatic Colors of #DF9091
Black with #DF9091
Text Example
Text Example
White with #DF9091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9091; }
p { color: rgb(223,144,145); }
H1.HeaderClassName
{
color: #DF9091;
}
.AnyTagClassName
{
color: #DF9091;
}
</style>
background-color css
<style>
a { background-color: #DF9091; }
a { background-color: rgb(223,144,145); }
div.DivClassName
{
background-color: #DF9091;
}
.BgClassName
{
background-color: #DF9091;
}
</style>
border-color css
<style>
span { border-color: #DF9091; }
span { border-color: rgb(223,144,145); }
td.TdClassName
{
border-color: #DF9091;
}
.TagClassName
{
border-color: #DF9091;
}
</style>