Shades of Wewak #DD9495
Tints of Wewak #DD9495
RGB
CMYK
RGB Variations
Color information
#DD9495 (or 0xDD9495) is known color: Wewak. HEX triplet: DD, 94 and 95. RGB value is (221,148,149). Sum of RGB (Red+Green+Blue) = 221+148+149=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9495 is #226B6A. Grayscale: #AAAAAA. Windows color (decimal): -2255723 or 9802973. OLE color: 9802973.
HSL color Cylindrical-coordinate representation of color #DD9495: hue angle of 359.18º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD9495 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 149 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.13 |
| HSL | 359.18º | 0.52% | 0.72% | - |
| HSV(B) | 359.18º | 0.33% | 0.87% | - |
| XYZ | 45.83 | 38.72 | 33.49 | - |
| YUV | 169.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 149 | 0 | 0.33 | 0.33 | 0.13 | 359.18 | 0.52 | 0.72 |
| Hex | DD | 94 | 95 | 0 | 21 | 21 | D | 167 | 34 | 48 |
| Octal | 335 | 224 | 225 | 0 | 41 | 41 | 15 | 547 | 64 | 110 |
| Binary | 11011101 | 10010100 | 10010101 | 0 | 100001 | 100001 | 1101 | 101100111 | 110100 | 1001000 |
Color Harmonies of #DD9495
Complementary color
Monochromatic Colors of #DD9495
Black with #DD9495
Text Example
Text Example
White with #DD9495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9495; }
p { color: rgb(221,148,149); }
H1.HeaderClassName
{
color: #DD9495;
}
.AnyTagClassName
{
color: #DD9495;
}
</style>
background-color css
<style>
a { background-color: #DD9495; }
a { background-color: rgb(221,148,149); }
div.DivClassName
{
background-color: #DD9495;
}
.BgClassName
{
background-color: #DD9495;
}
</style>
border-color css
<style>
span { border-color: #DD9495; }
span { border-color: rgb(221,148,149); }
td.TdClassName
{
border-color: #DD9495;
}
.TagClassName
{
border-color: #DD9495;
}
</style>