#D9AA96

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

Shades of Rose #D9AA96

Tints of Rose #D9AA96

Color information

#D9AA96 (or 0xD9AA96) is unknown color: approx Rose. HEX triplet: D9, AA and 96. RGB value is (217,170,150). Sum of RGB (Red+Green+Blue) = 217+170+150=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AA96 is #265569. Grayscale: #B5B5B5. Windows color (decimal): -2512234 or 9874137. OLE color: 9874137.

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

Color convert

RGB217170150-
CMYK00.220.310.15
HSL17.91º46.85%71.96%-
HSV(B)17.91º30.88%85.1%-
XYZ48.545.735.12-
YUV181.77110.07153.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.41%
GREEN value IS 170 (66.80% from 255) = 31.66%
BLUE value IS 150 (58.98% from 255) = 27.93%
R=40.41%
G=31.66%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717015000.220.310.1517.9146.8571.96
HexD9AA960161FF122f48
Octal33125222602637172257110
Binary110110011010101010010110010110111111111100101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AA96; }

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

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

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

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

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

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

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

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