#DFAA95

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

Shades of Rose #DFAA95

Tints of Rose #DFAA95

Color information

#DFAA95 (or 0xDFAA95) is unknown color: approx Rose. HEX triplet: DF, AA and 95. RGB value is (223,170,149). Sum of RGB (Red+Green+Blue) = 223+170+149=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 170 (66.80% from 255 or 31.37% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAA95 is #20556A. Grayscale: #B7B7B7. Windows color (decimal): -2119019 or 9808607. OLE color: 9808607.

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

Color convert

RGB223170149-
CMYK00.240.330.13
HSL17.03º53.62%72.94%-
HSV(B)17.03º33.18%87.45%-
XYZ50.2346.6134.78-
YUV183.45108.56156.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.14%
GREEN value IS 170 (66.80% from 255) = 31.37%
BLUE value IS 149 (58.59% from 255) = 27.49%
R=41.14%
G=31.37%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317014900.240.330.1317.0353.6272.94
HexDFAA9501821D113649
Octal33725222503041152166111
Binary1101111110101010100101010110001000011101100011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA95; }

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

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

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

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

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

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

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

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