#DFA195

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

Shades of Rose #DFA195

Tints of Rose #DFA195

Color information

#DFA195 (or 0xDFA195) is unknown color: approx Rose. HEX triplet: DF, A1 and 95. RGB value is (223,161,149). Sum of RGB (Red+Green+Blue) = 223+161+149=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA195 is #205E6A. Grayscale: #B2B2B2. Windows color (decimal): -2121323 or 9806303. OLE color: 9806303.

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

Color convert

RGB223161149-
CMYK00.280.330.13
HSL9.73º53.62%72.94%-
HSV(B)9.73º33.18%87.45%-
XYZ48.643.3534.24-
YUV178.17111.54159.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.84%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=41.84%
G=30.21%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316114900.280.330.139.7353.6272.94
HexDFA19501C21Da3649
Octal33724122503441151266111
Binary110111111010000110010101011100100001110110101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA195; }

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

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

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

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

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

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

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

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