#D9AB99

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

Shades of Rose #D9AB99

Tints of Rose #D9AB99

Color information

#D9AB99 (or 0xD9AB99) is unknown color: approx Rose. HEX triplet: D9, AB and 99. RGB value is (217,171,153). Sum of RGB (Red+Green+Blue) = 217+171+153=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AB99 is #265466. Grayscale: #B6B6B6. Windows color (decimal): -2511975 or 10071001. OLE color: 10071001.

HSL color Cylindrical-coordinate representation of color #D9AB99: hue angle of 16.88º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9AB99 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB217171153-
CMYK00.210.290.15
HSL16.88º45.71%72.55%-
HSV(B)16.88º29.49%85.1%-
XYZ48.9346.1836.47-
YUV182.7111.24152.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 171 (67.19% from 255) = 31.61%
BLUE value IS 153 (60.16% from 255) = 28.28%
R=40.11%
G=31.61%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717115300.210.290.1516.8845.7172.55
HexD9AB990151DF112e49
Octal33125323102535172156111
Binary110110011010101110011001010101111011111100011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AB99; }

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

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

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

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

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

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

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

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