Shades of Wewak #DF929C
Tints of Wewak #DF929C
RGB
CMYK
RGB Variations
Color information
#DF929C (or 0xDF929C) is known color: Wewak. HEX triplet: DF, 92 and 9C. RGB value is (223,146,156). Sum of RGB (Red+Green+Blue) = 223+146+156=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF929C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF929C is #206D63. Grayscale: #AAAAAA. Windows color (decimal): -2125156 or 10261215. OLE color: 10261215.
HSL color Cylindrical-coordinate representation of color #DF929C: hue angle of 352.21º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF929C is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 156 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.13 |
| HSL | 352.21º | 0.55% | 0.72% | - |
| HSV(B) | 352.21º | 0.35% | 0.87% | - |
| XYZ | 46.71 | 38.65 | 36.45 | - |
| YUV | 170.16 | 120.01 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 156 | 0 | 0.35 | 0.30 | 0.13 | 352.21 | 0.55 | 0.72 |
| Hex | DF | 92 | 9C | 0 | 23 | 1E | D | 160 | 37 | 48 |
| Octal | 337 | 222 | 234 | 0 | 43 | 36 | 15 | 540 | 67 | 110 |
| Binary | 11011111 | 10010010 | 10011100 | 0 | 100011 | 11110 | 1101 | 101100000 | 110111 | 1001000 |
Color Harmonies of #DF929C
Complementary color
Monochromatic Colors of #DF929C
Black with #DF929C
Text Example
Text Example
White with #DF929C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF929C; }
p { color: rgb(223,146,156); }
H1.HeaderClassName
{
color: #DF929C;
}
.AnyTagClassName
{
color: #DF929C;
}
</style>
background-color css
<style>
a { background-color: #DF929C; }
a { background-color: rgb(223,146,156); }
div.DivClassName
{
background-color: #DF929C;
}
.BgClassName
{
background-color: #DF929C;
}
</style>
border-color css
<style>
span { border-color: #DF929C; }
span { border-color: rgb(223,146,156); }
td.TdClassName
{
border-color: #DF929C;
}
.TagClassName
{
border-color: #DF929C;
}
</style>