#D9A089

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

Shades of Rose #D9A089

Tints of Rose #D9A089

Color information

#D9A089 (or 0xD9A089) is unknown color: approx Rose. HEX triplet: D9, A0 and 89. RGB value is (217,160,137). Sum of RGB (Red+Green+Blue) = 217+160+137=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A089 is #265F76. Grayscale: #AEAEAE. Windows color (decimal): -2514807 or 9019609. OLE color: 9019609.

HSL color Cylindrical-coordinate representation of color #D9A089: hue angle of 17.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D9A089 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB217160137-
CMYK00.260.370.15
HSL17.25º51.28%69.41%-
HSV(B)17.25º36.87%85.1%-
XYZ45.741.729.31-
YUV174.42106.88158.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.22%
GREEN value IS 160 (62.89% from 255) = 31.13%
BLUE value IS 137 (53.91% from 255) = 26.65%
R=42.22%
G=31.13%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716013700.260.370.1517.2551.2869.41
HexD9A08901A25F113345
Octal33124021103245172163105
Binary1101100110100000100010010110101001011111100011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A089; }

 p { color: rgb(217,160,137); }

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

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

 a { background-color: rgb(217,160,137); }

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

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

 span { border-color: rgb(217,160,137); }

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