#dfa996

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

Shades of Rose #DFA996

Tints of Rose #DFA996

Color information

#DFA996 (or 0xDFA996) is unknown color: approx Rose. HEX triplet: DF, A9 and 96. RGB value is (223,169,150). Sum of RGB (Red+Green+Blue) = 223+169+150=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA996 is #205669. Grayscale: #B7B7B7. Windows color (decimal): -2119274 or 9873887. OLE color: 9873887.

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

Color convert

RGB223169150-
CMYK00.240.330.13
HSL15.62º53.28%73.14%-
HSV(B)15.62º32.74%87.45%-
XYZ50.1246.2735.14-
YUV182.98109.39156.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.14%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=41.14%
G=31.18%
B=27.68%

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
Decimal22316915000.240.330.1315.6253.2873.14
HexDFA99601821D103549
Octal33725122603041152065111
Binary1101111110101001100101100110001000011101100001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfa996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfa996; }

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

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

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

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

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

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

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

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