Shades of Wewak #DC9395
Tints of Wewak #DC9395
RGB
CMYK
RGB Variations
Color information
#DC9395 (or 0xDC9395) is known color: Wewak. HEX triplet: DC, 93 and 95. RGB value is (220,147,149). Sum of RGB (Red+Green+Blue) = 220+147+149=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9395 is #236C6A. Grayscale: #A9A9A9. Windows color (decimal): -2321515 or 9802716. OLE color: 9802716.
HSL color Cylindrical-coordinate representation of color #DC9395: hue angle of 358.36º 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 #DC9395 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 149 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.14 |
| HSL | 358.36º | 0.51% | 0.72% | - |
| HSV(B) | 358.36º | 0.33% | 0.86% | - |
| XYZ | 45.37 | 38.25 | 33.43 | - |
| YUV | 169.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 149 | 0 | 0.33 | 0.32 | 0.14 | 358.36 | 0.51 | 0.72 |
| Hex | DC | 93 | 95 | 0 | 21 | 20 | E | 166 | 33 | 48 |
| Octal | 334 | 223 | 225 | 0 | 41 | 40 | 16 | 546 | 63 | 110 |
| Binary | 11011100 | 10010011 | 10010101 | 0 | 100001 | 100000 | 1110 | 101100110 | 110011 | 1001000 |
Color Harmonies of #DC9395
Complementary color
Monochromatic Colors of #DC9395
Black with #DC9395
Text Example
Text Example
White with #DC9395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9395; }
p { color: rgb(220,147,149); }
H1.HeaderClassName
{
color: #DC9395;
}
.AnyTagClassName
{
color: #DC9395;
}
</style>
background-color css
<style>
a { background-color: #DC9395; }
a { background-color: rgb(220,147,149); }
div.DivClassName
{
background-color: #DC9395;
}
.BgClassName
{
background-color: #DC9395;
}
</style>
border-color css
<style>
span { border-color: #DC9395; }
span { border-color: rgb(220,147,149); }
td.TdClassName
{
border-color: #DC9395;
}
.TagClassName
{
border-color: #DC9395;
}
</style>