Shades of Wewak #DB9495
Tints of Wewak #DB9495
RGB
CMYK
RGB Variations
Color information
#DB9495 (or 0xDB9495) is known color: Wewak. HEX triplet: DB, 94 and 95. RGB value is (219,148,149). Sum of RGB (Red+Green+Blue) = 219+148+149=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9495 is #246B6A. Grayscale: #A9A9A9. Windows color (decimal): -2386795 or 9802971. OLE color: 9802971.
HSL color Cylindrical-coordinate representation of color #DB9495: hue angle of 359.15º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB9495 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 149 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.14 |
| HSL | 359.15º | 0.5% | 0.72% | - |
| HSV(B) | 359.15º | 0.32% | 0.86% | - |
| XYZ | 45.23 | 38.41 | 33.46 | - |
| YUV | 169.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 149 | 0 | 0.32 | 0.32 | 0.14 | 359.15 | 0.5 | 0.72 |
| Hex | DB | 94 | 95 | 0 | 20 | 20 | E | 167 | 32 | 48 |
| Octal | 333 | 224 | 225 | 0 | 40 | 40 | 16 | 547 | 62 | 110 |
| Binary | 11011011 | 10010100 | 10010101 | 0 | 100000 | 100000 | 1110 | 101100111 | 110010 | 1001000 |
Color Harmonies of #DB9495
Complementary color
Monochromatic Colors of #DB9495
Black with #DB9495
Text Example
Text Example
White with #DB9495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9495; }
p { color: rgb(219,148,149); }
H1.HeaderClassName
{
color: #DB9495;
}
.AnyTagClassName
{
color: #DB9495;
}
</style>
background-color css
<style>
a { background-color: #DB9495; }
a { background-color: rgb(219,148,149); }
div.DivClassName
{
background-color: #DB9495;
}
.BgClassName
{
background-color: #DB9495;
}
</style>
border-color css
<style>
span { border-color: #DB9495; }
span { border-color: rgb(219,148,149); }
td.TdClassName
{
border-color: #DB9495;
}
.TagClassName
{
border-color: #DB9495;
}
</style>