#DFAC98

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

Shades of Wax Flower #DFAC98

Tints of Wax Flower #DFAC98

Color information

#DFAC98 (or 0xDFAC98) is unknown color: approx Wax Flower. HEX triplet: DF, AC and 98. RGB value is (223,172,152). Sum of RGB (Red+Green+Blue) = 223+172+152=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAC98 is #205367. Grayscale: #B9B9B9. Windows color (decimal): -2118504 or 10005727. OLE color: 10005727.

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

Color convert

RGB223172152-
CMYK00.230.320.13
HSL16.9º52.59%73.53%-
HSV(B)16.9º31.84%87.45%-
XYZ50.8547.4636.19-
YUV184.97109.4155.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.77%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 152 (59.77% from 255) = 27.79%
R=40.77%
G=31.44%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317215200.230.320.1316.952.5973.53
HexDFAC9801720D11354a
Octal33725423002740152165112
Binary1101111110101100100110000101111000001101100011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAC98; }

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

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

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

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

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

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

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

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