#DFA895

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

Shades of Rose #DFA895

Tints of Rose #DFA895

Color information

#DFA895 (or 0xDFA895) is unknown color: approx Rose. HEX triplet: DF, A8 and 95. RGB value is (223,168,149). Sum of RGB (Red+Green+Blue) = 223+168+149=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA895 is #20576A. Grayscale: #B6B6B6. Windows color (decimal): -2119531 or 9808095. OLE color: 9808095.

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

Color convert

RGB223168149-
CMYK00.250.330.13
HSL15.41º53.62%72.94%-
HSV(B)15.41º33.18%87.45%-
XYZ49.8645.8634.66-
YUV182.28109.22157.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.30%
GREEN value IS 168 (66.02% from 255) = 31.11%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=41.30%
G=31.11%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316814900.250.330.1315.4153.6272.94
HexDFA89501921Df3649
Octal33725022503141151766111
Binary110111111010100010010101011001100001110111111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA895; }

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

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

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

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

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

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

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

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