Shades of Wewak #DC9497
Tints of Wewak #DC9497
RGB
CMYK
RGB Variations
Color information
#DC9497 (or 0xDC9497) is known color: Wewak. HEX triplet: DC, 94 and 97. RGB value is (220,148,151). Sum of RGB (Red+Green+Blue) = 220+148+151=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9497 is #236B68. Grayscale: #A9A9A9. Windows color (decimal): -2321257 or 9934044. OLE color: 9934044.
HSL color Cylindrical-coordinate representation of color #DC9497: hue angle of 357.5º 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 #DC9497 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 151 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.14 |
| HSL | 357.5º | 0.51% | 0.72% | - |
| HSV(B) | 357.5º | 0.33% | 0.86% | - |
| XYZ | 45.69 | 38.63 | 34.33 | - |
| YUV | 169.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 151 | 0 | 0.33 | 0.31 | 0.14 | 357.5 | 0.51 | 0.72 |
| Hex | DC | 94 | 97 | 0 | 21 | 1F | E | 166 | 33 | 48 |
| Octal | 334 | 224 | 227 | 0 | 41 | 37 | 16 | 546 | 63 | 110 |
| Binary | 11011100 | 10010100 | 10010111 | 0 | 100001 | 11111 | 1110 | 101100110 | 110011 | 1001000 |
Color Harmonies of #DC9497
Complementary color
Monochromatic Colors of #DC9497
Black with #DC9497
Text Example
Text Example
White with #DC9497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9497; }
p { color: rgb(220,148,151); }
H1.HeaderClassName
{
color: #DC9497;
}
.AnyTagClassName
{
color: #DC9497;
}
</style>
background-color css
<style>
a { background-color: #DC9497; }
a { background-color: rgb(220,148,151); }
div.DivClassName
{
background-color: #DC9497;
}
.BgClassName
{
background-color: #DC9497;
}
</style>
border-color css
<style>
span { border-color: #DC9497; }
span { border-color: rgb(220,148,151); }
td.TdClassName
{
border-color: #DC9497;
}
.TagClassName
{
border-color: #DC9497;
}
</style>