Shades of Wewak #DD8F92
Tints of Wewak #DD8F92
RGB
CMYK
RGB Variations
Color information
#DD8F92 (or 0xDD8F92) is known color: Wewak. HEX triplet: DD, 8F and 92. RGB value is (221,143,146). Sum of RGB (Red+Green+Blue) = 221+143+146=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8F92 is #22706D. Grayscale: #A6A6A6. Windows color (decimal): -2257006 or 9605085. OLE color: 9605085.
HSL color Cylindrical-coordinate representation of color #DD8F92: hue angle of 357.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD8F92 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 146 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.13 |
| HSL | 357.69º | 0.53% | 0.71% | - |
| HSV(B) | 357.69º | 0.35% | 0.87% | - |
| XYZ | 44.83 | 37.09 | 31.99 | - |
| YUV | 166.66 | 116.34 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 146 | 0 | 0.35 | 0.34 | 0.13 | 357.69 | 0.53 | 0.71 |
| Hex | DD | 8F | 92 | 0 | 23 | 22 | D | 166 | 35 | 47 |
| Octal | 335 | 217 | 222 | 0 | 43 | 42 | 15 | 546 | 65 | 107 |
| Binary | 11011101 | 10001111 | 10010010 | 0 | 100011 | 100010 | 1101 | 101100110 | 110101 | 1000111 |
Color Harmonies of #DD8F92
Complementary color
Monochromatic Colors of #DD8F92
Black with #DD8F92
Text Example
Text Example
White with #DD8F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F92; }
p { color: rgb(221,143,146); }
H1.HeaderClassName
{
color: #DD8F92;
}
.AnyTagClassName
{
color: #DD8F92;
}
</style>
background-color css
<style>
a { background-color: #DD8F92; }
a { background-color: rgb(221,143,146); }
div.DivClassName
{
background-color: #DD8F92;
}
.BgClassName
{
background-color: #DD8F92;
}
</style>
border-color css
<style>
span { border-color: #DD8F92; }
span { border-color: rgb(221,143,146); }
td.TdClassName
{
border-color: #DD8F92;
}
.TagClassName
{
border-color: #DD8F92;
}
</style>