Shades of Wewak #DC9093
Tints of Wewak #DC9093
RGB
CMYK
RGB Variations
Color information
#DC9093 (or 0xDC9093) is known color: Wewak. HEX triplet: DC, 90 and 93. RGB value is (220,144,147). Sum of RGB (Red+Green+Blue) = 220+144+147=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9093 is #236F6C. Grayscale: #A7A7A7. Windows color (decimal): -2322285 or 9670876. OLE color: 9670876.
HSL color Cylindrical-coordinate representation of color #DC9093: hue angle of 357.63º 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 #DC9093 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 147 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.14 |
| HSL | 357.63º | 0.52% | 0.71% | - |
| HSV(B) | 357.63º | 0.35% | 0.86% | - |
| XYZ | 44.75 | 37.27 | 32.44 | - |
| YUV | 167.07 | 116.68 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 147 | 0 | 0.35 | 0.33 | 0.14 | 357.63 | 0.52 | 0.71 |
| Hex | DC | 90 | 93 | 0 | 23 | 21 | E | 166 | 34 | 47 |
| Octal | 334 | 220 | 223 | 0 | 43 | 41 | 16 | 546 | 64 | 107 |
| Binary | 11011100 | 10010000 | 10010011 | 0 | 100011 | 100001 | 1110 | 101100110 | 110100 | 1000111 |
Color Harmonies of #DC9093
Complementary color
Monochromatic Colors of #DC9093
Black with #DC9093
Text Example
Text Example
White with #DC9093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9093; }
p { color: rgb(220,144,147); }
H1.HeaderClassName
{
color: #DC9093;
}
.AnyTagClassName
{
color: #DC9093;
}
</style>
background-color css
<style>
a { background-color: #DC9093; }
a { background-color: rgb(220,144,147); }
div.DivClassName
{
background-color: #DC9093;
}
.BgClassName
{
background-color: #DC9093;
}
</style>
border-color css
<style>
span { border-color: #DC9093; }
span { border-color: rgb(220,144,147); }
td.TdClassName
{
border-color: #DC9093;
}
.TagClassName
{
border-color: #DC9093;
}
</style>