#DFA995

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

Shades of Rose #DFA995

Tints of Rose #DFA995

Color information

#DFA995 (or 0xDFA995) is unknown color: approx Rose. HEX triplet: DF, A9 and 95. RGB value is (223,169,149). Sum of RGB (Red+Green+Blue) = 223+169+149=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA995 is #20566A. Grayscale: #B7B7B7. Windows color (decimal): -2119275 or 9808351. OLE color: 9808351.

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

Color convert

RGB223169149-
CMYK00.240.330.13
HSL16.22º53.62%72.94%-
HSV(B)16.22º33.18%87.45%-
XYZ50.0446.2334.72-
YUV182.87108.89156.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 169 (66.41% from 255) = 31.24%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=41.22%
G=31.24%
B=27.54%

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
Decimal22316914900.240.330.1316.2253.6272.94
HexDFA99501821D103649
Octal33725122503041152066111
Binary1101111110101001100101010110001000011101100001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA995; }

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

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

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

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

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

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

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

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