#D9AA91

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

Shades of Rose #D9AA91

Tints of Rose #D9AA91

Color information

#D9AA91 (or 0xD9AA91) is unknown color: approx Rose. HEX triplet: D9, AA and 91. RGB value is (217,170,145). Sum of RGB (Red+Green+Blue) = 217+170+145=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AA91 is #26556E. Grayscale: #B5B5B5. Windows color (decimal): -2512239 or 9546457. OLE color: 9546457.

HSL color Cylindrical-coordinate representation of color #D9AA91: hue angle of 20.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9AA91 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217170145-
CMYK00.220.330.15
HSL20.83º48.65%70.98%-
HSV(B)20.83º33.18%85.1%-
XYZ48.145.5533.04-
YUV181.2107.57153.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.79%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 145 (57.03% from 255) = 27.26%
R=40.79%
G=31.95%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717014500.220.330.1520.8348.6570.98
HexD9AA9101621F153147
Octal33125222102641172561107
Binary1101100110101010100100010101101000011111101011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AA91; }

 p { color: rgb(217,170,145); }

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

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

 a { background-color: rgb(217,170,145); }

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

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

 span { border-color: rgb(217,170,145); }

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