Shades of Wewak #DF8F90
Tints of Wewak #DF8F90
RGB
CMYK
RGB Variations
Color information
#DF8F90 (or 0xDF8F90) is known color: Wewak. HEX triplet: DF, 8F and 90. RGB value is (223,143,144). Sum of RGB (Red+Green+Blue) = 223+143+144=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8F90 is #20706F. Grayscale: #A7A7A7. Windows color (decimal): -2125936 or 9474015. OLE color: 9474015.
HSL color Cylindrical-coordinate representation of color #DF8F90: hue angle of 359.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF8F90 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 143 | 144 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.13 |
| HSL | 359.25º | 0.56% | 0.72% | - |
| HSV(B) | 359.25º | 0.36% | 0.87% | - |
| XYZ | 45.29 | 37.35 | 31.21 | - |
| YUV | 167.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 143 | 144 | 0 | 0.36 | 0.35 | 0.13 | 359.25 | 0.56 | 0.72 |
| Hex | DF | 8F | 90 | 0 | 24 | 23 | D | 167 | 38 | 48 |
| Octal | 337 | 217 | 220 | 0 | 44 | 43 | 15 | 547 | 70 | 110 |
| Binary | 11011111 | 10001111 | 10010000 | 0 | 100100 | 100011 | 1101 | 101100111 | 111000 | 1001000 |
Color Harmonies of #DF8F90
Complementary color
Monochromatic Colors of #DF8F90
Black with #DF8F90
Text Example
Text Example
White with #DF8F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8F90; }
p { color: rgb(223,143,144); }
H1.HeaderClassName
{
color: #DF8F90;
}
.AnyTagClassName
{
color: #DF8F90;
}
</style>
background-color css
<style>
a { background-color: #DF8F90; }
a { background-color: rgb(223,143,144); }
div.DivClassName
{
background-color: #DF8F90;
}
.BgClassName
{
background-color: #DF8F90;
}
</style>
border-color css
<style>
span { border-color: #DF8F90; }
span { border-color: rgb(223,143,144); }
td.TdClassName
{
border-color: #DF8F90;
}
.TagClassName
{
border-color: #DF8F90;
}
</style>