Shades of Wewak #DF919B
Tints of Wewak #DF919B
RGB
CMYK
RGB Variations
Color information
#DF919B (or 0xDF919B) is known color: Wewak. HEX triplet: DF, 91 and 9B. RGB value is (223,145,155). Sum of RGB (Red+Green+Blue) = 223+145+155=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF919B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF919B is #206E64. Grayscale: #A9A9A9. Windows color (decimal): -2125413 or 10195423. OLE color: 10195423.
HSL color Cylindrical-coordinate representation of color #DF919B: hue angle of 352.31º 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 #DF919B is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 155 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.13 |
| HSL | 352.31º | 0.55% | 0.72% | - |
| HSV(B) | 352.31º | 0.35% | 0.87% | - |
| XYZ | 46.47 | 38.31 | 35.95 | - |
| YUV | 169.46 | 119.84 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 155 | 0 | 0.35 | 0.30 | 0.13 | 352.31 | 0.55 | 0.72 |
| Hex | DF | 91 | 9B | 0 | 23 | 1E | D | 160 | 37 | 48 |
| Octal | 337 | 221 | 233 | 0 | 43 | 36 | 15 | 540 | 67 | 110 |
| Binary | 11011111 | 10010001 | 10011011 | 0 | 100011 | 11110 | 1101 | 101100000 | 110111 | 1001000 |
Color Harmonies of #DF919B
Complementary color
Monochromatic Colors of #DF919B
Black with #DF919B
Text Example
Text Example
White with #DF919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF919B; }
p { color: rgb(223,145,155); }
H1.HeaderClassName
{
color: #DF919B;
}
.AnyTagClassName
{
color: #DF919B;
}
</style>
background-color css
<style>
a { background-color: #DF919B; }
a { background-color: rgb(223,145,155); }
div.DivClassName
{
background-color: #DF919B;
}
.BgClassName
{
background-color: #DF919B;
}
</style>
border-color css
<style>
span { border-color: #DF919B; }
span { border-color: rgb(223,145,155); }
td.TdClassName
{
border-color: #DF919B;
}
.TagClassName
{
border-color: #DF919B;
}
</style>