#DFA197

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

Shades of Rose #DFA197

Tints of Rose #DFA197

Color information

#DFA197 (or 0xDFA197) is unknown color: approx Rose. HEX triplet: DF, A1 and 97. RGB value is (223,161,151). Sum of RGB (Red+Green+Blue) = 223+161+151=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA197 is #205E68. Grayscale: #B2B2B2. Windows color (decimal): -2121321 or 9937375. OLE color: 9937375.

HSL color Cylindrical-coordinate representation of color #DFA197: hue angle of 8.33º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA197 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB223161151-
CMYK00.280.320.13
HSL8.33º52.94%73.33%-
HSV(B)8.33º32.29%87.45%-
XYZ48.7643.4135.09-
YUV178.4112.54159.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 151 (59.38% from 255) = 28.22%
R=41.68%
G=30.09%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316115100.280.320.138.3352.9473.33
HexDFA19701C20D83549
Octal33724122703440151065111
Binary110111111010000110010111011100100000110110001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA197; }

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

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

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

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

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

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

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

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