Shades of Wewak #DC9091
Tints of Wewak #DC9091
RGB
CMYK
RGB Variations
Color information
#DC9091 (or 0xDC9091) is known color: Wewak. HEX triplet: DC, 90 and 91. RGB value is (220,144,145). Sum of RGB (Red+Green+Blue) = 220+144+145=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9091 is #236F6E. Grayscale: #A6A6A6. Windows color (decimal): -2322287 or 9539804. OLE color: 9539804.
HSL color Cylindrical-coordinate representation of color #DC9091: hue angle of 359.21º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC9091 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 145 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.14 |
| HSL | 359.21º | 0.52% | 0.71% | - |
| HSV(B) | 359.21º | 0.35% | 0.86% | - |
| XYZ | 44.6 | 37.21 | 31.62 | - |
| YUV | 166.84 | 115.68 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 145 | 0 | 0.35 | 0.34 | 0.14 | 359.21 | 0.52 | 0.71 |
| Hex | DC | 90 | 91 | 0 | 23 | 22 | E | 167 | 34 | 47 |
| Octal | 334 | 220 | 221 | 0 | 43 | 42 | 16 | 547 | 64 | 107 |
| Binary | 11011100 | 10010000 | 10010001 | 0 | 100011 | 100010 | 1110 | 101100111 | 110100 | 1000111 |
Color Harmonies of #DC9091
Complementary color
Monochromatic Colors of #DC9091
Black with #DC9091
Text Example
Text Example
White with #DC9091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9091; }
p { color: rgb(220,144,145); }
H1.HeaderClassName
{
color: #DC9091;
}
.AnyTagClassName
{
color: #DC9091;
}
</style>
background-color css
<style>
a { background-color: #DC9091; }
a { background-color: rgb(220,144,145); }
div.DivClassName
{
background-color: #DC9091;
}
.BgClassName
{
background-color: #DC9091;
}
</style>
border-color css
<style>
span { border-color: #DC9091; }
span { border-color: rgb(220,144,145); }
td.TdClassName
{
border-color: #DC9091;
}
.TagClassName
{
border-color: #DC9091;
}
</style>