#DFAE98

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

Shades of Wax Flower #DFAE98

Tints of Wax Flower #DFAE98

Color information

#DFAE98 (or 0xDFAE98) is unknown color: approx Wax Flower. HEX triplet: DF, AE and 98. RGB value is (223,174,152). Sum of RGB (Red+Green+Blue) = 223+174+152=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAE98 is #205167. Grayscale: #BABABA. Windows color (decimal): -2117992 or 10006239. OLE color: 10006239.

HSL color Cylindrical-coordinate representation of color #DFAE98: hue angle of 18.59º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFAE98 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB223174152-
CMYK00.220.320.13
HSL18.59º52.59%73.53%-
HSV(B)18.59º31.84%87.45%-
XYZ51.2348.2336.31-
YUV186.14108.73154.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.62%
GREEN value IS 174 (68.36% from 255) = 31.69%
BLUE value IS 152 (59.77% from 255) = 27.69%
R=40.62%
G=31.69%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317415200.220.320.1318.5952.5973.53
HexDFAE9801620D13354a
Octal33725623002640152365112
Binary1101111110101110100110000101101000001101100111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAE98; }

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

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

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

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

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

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

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

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