Shades of Wax Flower #DFAE97
Tints of Wax Flower #DFAE97
RGB
CMYK
RGB Variations
Color information
#DFAE97 (or 0xDFAE97) is known color: Wax Flower. HEX triplet: DF, AE and 97. RGB value is (223,174,151). Sum of RGB (Red+Green+Blue) = 223+174+151=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 174 (68.36% from 255 or 31.75% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAE97 is #205168. Grayscale: #BABABA. Windows color (decimal): -2117993 or 9940703. OLE color: 9940703.
HSL color Cylindrical-coordinate representation of color #DFAE97: hue angle of 19.17º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFAE97 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 151 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.13 |
| HSL | 19.17º | 0.53% | 0.73% | - |
| HSV(B) | 19.17º | 0.32% | 0.87% | - |
| XYZ | 51.15 | 48.19 | 35.88 | - |
| YUV | 186.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 151 | 0 | 0.22 | 0.32 | 0.13 | 19.17 | 0.53 | 0.73 |
| Hex | DF | AE | 97 | 0 | 16 | 20 | D | 13 | 35 | 49 |
| Octal | 337 | 256 | 227 | 0 | 26 | 40 | 15 | 23 | 65 | 111 |
| Binary | 11011111 | 10101110 | 10010111 | 0 | 10110 | 100000 | 1101 | 10011 | 110101 | 1001001 |
Color Harmonies of #DFAE97
Complementary color
Monochromatic Colors of #DFAE97
Black with #DFAE97
Text Example
Text Example
White with #DFAE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAE97; }
p { color: rgb(223,174,151); }
H1.HeaderClassName
{
color: #DFAE97;
}
.AnyTagClassName
{
color: #DFAE97;
}
</style>
background-color css
<style>
a { background-color: #DFAE97; }
a { background-color: rgb(223,174,151); }
div.DivClassName
{
background-color: #DFAE97;
}
.BgClassName
{
background-color: #DFAE97;
}
</style>
border-color css
<style>
span { border-color: #DFAE97; }
span { border-color: rgb(223,174,151); }
td.TdClassName
{
border-color: #DFAE97;
}
.TagClassName
{
border-color: #DFAE97;
}
</style>