#DFAD95

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

Shades of Wax Flower #DFAD95

Tints of Wax Flower #DFAD95

Color information

#DFAD95 (or 0xDFAD95) is unknown color: approx Wax Flower. HEX triplet: DF, AD and 95. RGB value is (223,173,149). Sum of RGB (Red+Green+Blue) = 223+173+149=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAD95 is #20526A. Grayscale: #B9B9B9. Windows color (decimal): -2118251 or 9809375. OLE color: 9809375.

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

Color convert

RGB223173149-
CMYK00.220.330.13
HSL19.46º53.62%72.94%-
HSV(B)19.46º33.18%87.45%-
XYZ50.847.7534.97-
YUV185.21107.56154.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 173 (67.97% from 255) = 31.74%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=40.92%
G=31.74%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317314900.220.330.1319.4653.6272.94
HexDFAD9501621D133649
Octal33725522502641152366111
Binary1101111110101101100101010101101000011101100111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAD95; }

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

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

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

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

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

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

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

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