#D9A097

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

Shades of Rose #D9A097

Tints of Rose #D9A097

Color information

#D9A097 (or 0xD9A097) is unknown color: approx Rose. HEX triplet: D9, A0 and 97. RGB value is (217,160,151). Sum of RGB (Red+Green+Blue) = 217+160+151=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A097 is #265F68. Grayscale: #B0B0B0. Windows color (decimal): -2514793 or 9937113. OLE color: 9937113.

HSL color Cylindrical-coordinate representation of color #D9A097: hue angle of 8.18º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9A097 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB217160151-
CMYK00.260.300.15
HSL8.18º46.48%72.16%-
HSV(B)8.18º30.41%85.1%-
XYZ46.7742.1334.94-
YUV176.02113.88157.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 151 (59.38% from 255) = 28.60%
R=41.10%
G=30.30%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716015100.260.300.158.1846.4872.16
HexD9A09701A1EF82e48
Octal33124022703236171056110
Binary11011001101000001001011101101011110111110001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A097; }

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

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

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

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

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

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

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

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