#DFAA99

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

Shades of Rose #DFAA99

Tints of Rose #DFAA99

Color information

#DFAA99 (or 0xDFAA99) is unknown color: approx Rose. HEX triplet: DF, AA and 99. RGB value is (223,170,153). Sum of RGB (Red+Green+Blue) = 223+170+153=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAA99 is #205566. Grayscale: #B8B8B8. Windows color (decimal): -2119015 or 10070751. OLE color: 10070751.

HSL color Cylindrical-coordinate representation of color #DFAA99: hue angle of 14.57º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFAA99 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB223170153-
CMYK00.240.310.13
HSL14.57º52.24%73.73%-
HSV(B)14.57º31.39%87.45%-
XYZ50.5646.7436.49-
YUV183.91110.56155.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 153 (60.16% from 255) = 28.02%
R=40.84%
G=31.14%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317015300.240.310.1314.5752.2473.73
HexDFAA990181FDf344a
Octal33725223103037151764112
Binary11011111101010101001100101100011111110111111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA99; }

 p { color: rgb(223,170,153); }

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

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

 a { background-color: rgb(223,170,153); }

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

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

 span { border-color: rgb(223,170,153); }

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