#D9AB97

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

Shades of Rose #D9AB97

Tints of Rose #D9AB97

Color information

#D9AB97 (or 0xD9AB97) is unknown color: approx Rose. HEX triplet: D9, AB and 97. RGB value is (217,171,151). Sum of RGB (Red+Green+Blue) = 217+171+151=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 151 (59.38% from 255 or 28.01% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AB97 is #265468. Grayscale: #B6B6B6. Windows color (decimal): -2511977 or 9939929. OLE color: 9939929.

HSL color Cylindrical-coordinate representation of color #D9AB97: hue angle of 18.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 #D9AB97 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB217171151-
CMYK00.210.300.15
HSL18.18º46.48%72.16%-
HSV(B)18.18º30.41%85.1%-
XYZ48.7646.1135.61-
YUV182.47110.24152.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 171 (67.19% from 255) = 31.73%
BLUE value IS 151 (59.38% from 255) = 28.01%
R=40.26%
G=31.73%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717115100.210.300.1518.1846.4872.16
HexD9AB970151EF122e48
Octal33125322702536172256110
Binary110110011010101110010111010101111101111100101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AB97; }

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

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

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

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

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

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

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

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