Shades of Wewak #DF999B
Tints of Wewak #DF999B
RGB
CMYK
RGB Variations
Color information
#DF999B (or 0xDF999B) is known color: Wewak. HEX triplet: DF, 99 and 9B. RGB value is (223,153,155). Sum of RGB (Red+Green+Blue) = 223+153+155=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF999B is #206664. Grayscale: #AEAEAE. Windows color (decimal): -2123365 or 10197471. OLE color: 10197471.
HSL color Cylindrical-coordinate representation of color #DF999B: hue angle of 358.29º 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 #DF999B is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 155 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.13 |
| HSL | 358.29º | 0.52% | 0.74% | - |
| HSV(B) | 358.29º | 0.31% | 0.87% | - |
| XYZ | 47.74 | 40.84 | 36.38 | - |
| YUV | 174.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 155 | 0 | 0.31 | 0.30 | 0.13 | 358.29 | 0.52 | 0.74 |
| Hex | DF | 99 | 9B | 0 | 1F | 1E | D | 166 | 34 | 4A |
| Octal | 337 | 231 | 233 | 0 | 37 | 36 | 15 | 546 | 64 | 112 |
| Binary | 11011111 | 10011001 | 10011011 | 0 | 11111 | 11110 | 1101 | 101100110 | 110100 | 1001010 |
Color Harmonies of #DF999B
Complementary color
Monochromatic Colors of #DF999B
Black with #DF999B
Text Example
Text Example
White with #DF999B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF999B; }
p { color: rgb(223,153,155); }
H1.HeaderClassName
{
color: #DF999B;
}
.AnyTagClassName
{
color: #DF999B;
}
</style>
background-color css
<style>
a { background-color: #DF999B; }
a { background-color: rgb(223,153,155); }
div.DivClassName
{
background-color: #DF999B;
}
.BgClassName
{
background-color: #DF999B;
}
</style>
border-color css
<style>
span { border-color: #DF999B; }
span { border-color: rgb(223,153,155); }
td.TdClassName
{
border-color: #DF999B;
}
.TagClassName
{
border-color: #DF999B;
}
</style>