Shades of Wewak #DF999A
Tints of Wewak #DF999A
RGB
CMYK
RGB Variations
Color information
#DF999A (or 0xDF999A) is known color: Wewak. HEX triplet: DF, 99 and 9A. RGB value is (223,153,154). Sum of RGB (Red+Green+Blue) = 223+153+154=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF999A is #206665. Grayscale: #AEAEAE. Windows color (decimal): -2123366 or 10131935. OLE color: 10131935.
HSL color Cylindrical-coordinate representation of color #DF999A: hue angle of 359.14º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF999A is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 154 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.13 |
| HSL | 359.14º | 0.52% | 0.74% | - |
| HSV(B) | 359.14º | 0.31% | 0.87% | - |
| XYZ | 47.66 | 40.8 | 35.94 | - |
| YUV | 174.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 154 | 0 | 0.31 | 0.31 | 0.13 | 359.14 | 0.52 | 0.74 |
| Hex | DF | 99 | 9A | 0 | 1F | 1F | D | 167 | 34 | 4A |
| Octal | 337 | 231 | 232 | 0 | 37 | 37 | 15 | 547 | 64 | 112 |
| Binary | 11011111 | 10011001 | 10011010 | 0 | 11111 | 11111 | 1101 | 101100111 | 110100 | 1001010 |
Color Harmonies of #DF999A
Complementary color
Monochromatic Colors of #DF999A
Black with #DF999A
Text Example
Text Example
White with #DF999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF999A; }
p { color: rgb(223,153,154); }
H1.HeaderClassName
{
color: #DF999A;
}
.AnyTagClassName
{
color: #DF999A;
}
</style>
background-color css
<style>
a { background-color: #DF999A; }
a { background-color: rgb(223,153,154); }
div.DivClassName
{
background-color: #DF999A;
}
.BgClassName
{
background-color: #DF999A;
}
</style>
border-color css
<style>
span { border-color: #DF999A; }
span { border-color: rgb(223,153,154); }
td.TdClassName
{
border-color: #DF999A;
}
.TagClassName
{
border-color: #DF999A;
}
</style>