#DFAE99

Color #DFAE99 Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #DFAE99

Tints of Wax Flower #DFAE99

Color information

#DFAE99 (or 0xDFAE99) is unknown color: approx Wax Flower. HEX triplet: DF, AE and 99. RGB value is (223,174,153). Sum of RGB (Red+Green+Blue) = 223+174+153=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAE99 is #205166. Grayscale: #BABABA. Windows color (decimal): -2117991 or 10071775. OLE color: 10071775.

HSL color Cylindrical-coordinate representation of color #DFAE99: hue angle of 18º degrees, saturation: 0.52, 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 #DFAE99 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB223174153-
CMYK00.220.310.13
HSL18º52.24%73.73%-
HSV(B)18º31.39%87.45%-
XYZ51.3248.2636.75-
YUV186.26109.23154.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 40.55%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 153 (60.16% from 255) = 27.82%
R=40.55%
G=31.64%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317415300.220.310.131852.2473.73
HexDFAE990161FD12344a
Octal33725623102637152264112
Binary110111111010111010011001010110111111101100101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAE99; }

 p { color: rgb(223,174,153); }

 H1.HeaderClassName
 {
   color: #DFAE99;
 }
 .AnyTagClassName
 {
   color: #DFAE99;
 }
</style>
background-color css

<style>
 a { background-color: #DFAE99; }

 a { background-color: rgb(223,174,153); }

 div.DivClassName
 {
   background-color: #DFAE99;
 }
 .BgClassName
 {
   background-color: #DFAE99;
 }
</style>
border-color css

<style>
 span { border-color: #DFAE99; }

 span { border-color: rgb(223,174,153); }

 td.TdClassName
 {
   border-color: #DFAE99;
 }
 .TagClassName
 {
   border-color: #DFAE99;
 }
</style>