Shades of Wewak #DC9396
Tints of Wewak #DC9396
RGB
CMYK
RGB Variations
Color information
#DC9396 (or 0xDC9396) is known color: Wewak. HEX triplet: DC, 93 and 96. RGB value is (220,147,150). Sum of RGB (Red+Green+Blue) = 220+147+150=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9396 is #236C69. Grayscale: #A9A9A9. Windows color (decimal): -2321514 or 9868252. OLE color: 9868252.
HSL color Cylindrical-coordinate representation of color #DC9396: hue angle of 357.53º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC9396 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 150 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.14 |
| HSL | 357.53º | 0.51% | 0.72% | - |
| HSV(B) | 357.53º | 0.33% | 0.86% | - |
| XYZ | 45.45 | 38.29 | 33.85 | - |
| YUV | 169.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 150 | 0 | 0.33 | 0.32 | 0.14 | 357.53 | 0.51 | 0.72 |
| Hex | DC | 93 | 96 | 0 | 21 | 20 | E | 166 | 33 | 48 |
| Octal | 334 | 223 | 226 | 0 | 41 | 40 | 16 | 546 | 63 | 110 |
| Binary | 11011100 | 10010011 | 10010110 | 0 | 100001 | 100000 | 1110 | 101100110 | 110011 | 1001000 |
Color Harmonies of #DC9396
Complementary color
Monochromatic Colors of #DC9396
Black with #DC9396
Text Example
Text Example
White with #DC9396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9396; }
p { color: rgb(220,147,150); }
H1.HeaderClassName
{
color: #DC9396;
}
.AnyTagClassName
{
color: #DC9396;
}
</style>
background-color css
<style>
a { background-color: #DC9396; }
a { background-color: rgb(220,147,150); }
div.DivClassName
{
background-color: #DC9396;
}
.BgClassName
{
background-color: #DC9396;
}
</style>
border-color css
<style>
span { border-color: #DC9396; }
span { border-color: rgb(220,147,150); }
td.TdClassName
{
border-color: #DC9396;
}
.TagClassName
{
border-color: #DC9396;
}
</style>