Shades of Wax Flower #DEAE99
Tints of Wax Flower #DEAE99
RGB
CMYK
RGB Variations
Color information
#DEAE99 (or 0xDEAE99) is known color: Wax Flower. HEX triplet: DE, AE and 99. RGB value is (222,174,153). Sum of RGB (Red+Green+Blue) = 222+174+153=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAE99 is #215166. Grayscale: #BABABA. Windows color (decimal): -2183527 or 10071774. OLE color: 10071774.
HSL color Cylindrical-coordinate representation of color #DEAE99: hue angle of 18.26º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEAE99 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 174 | 153 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.13 |
| HSL | 18.26º | 0.51% | 0.74% | - |
| HSV(B) | 18.26º | 0.31% | 0.87% | - |
| XYZ | 51.01 | 48.1 | 36.73 | - |
| YUV | 185.96 | 109.4 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 174 | 153 | 0 | 0.22 | 0.31 | 0.13 | 18.26 | 0.51 | 0.74 |
| Hex | DE | AE | 99 | 0 | 16 | 1F | D | 12 | 33 | 4A |
| Octal | 336 | 256 | 231 | 0 | 26 | 37 | 15 | 22 | 63 | 112 |
| Binary | 11011110 | 10101110 | 10011001 | 0 | 10110 | 11111 | 1101 | 10010 | 110011 | 1001010 |
Color Harmonies of #DEAE99
Complementary color
Monochromatic Colors of #DEAE99
Black with #DEAE99
Text Example
Text Example
White with #DEAE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAE99; }
p { color: rgb(222,174,153); }
H1.HeaderClassName
{
color: #DEAE99;
}
.AnyTagClassName
{
color: #DEAE99;
}
</style>
background-color css
<style>
a { background-color: #DEAE99; }
a { background-color: rgb(222,174,153); }
div.DivClassName
{
background-color: #DEAE99;
}
.BgClassName
{
background-color: #DEAE99;
}
</style>
border-color css
<style>
span { border-color: #DEAE99; }
span { border-color: rgb(222,174,153); }
td.TdClassName
{
border-color: #DEAE99;
}
.TagClassName
{
border-color: #DEAE99;
}
</style>