#DFAD99

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

Shades of Wax Flower #DFAD99

Tints of Wax Flower #DFAD99

Color information

#DFAD99 (or 0xDFAD99) is unknown color: approx Wax Flower. HEX triplet: DF, AD and 99. RGB value is (223,173,153). Sum of RGB (Red+Green+Blue) = 223+173+153=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAD99 is #205266. Grayscale: #B9B9B9. Windows color (decimal): -2118247 or 10071519. OLE color: 10071519.

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

Color convert

RGB223173153-
CMYK00.220.310.13
HSL17.14º52.24%73.73%-
HSV(B)17.14º31.39%87.45%-
XYZ51.1247.8836.68-
YUV185.67109.56154.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.62%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 153 (60.16% from 255) = 27.87%
R=40.62%
G=31.51%
B=27.87%

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
Decimal22317315300.220.310.1317.1452.2473.73
HexDFAD990161FD11344a
Octal33725523102637152164112
Binary110111111010110110011001010110111111101100011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAD99; }

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

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

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

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

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

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

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

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