#D9A691

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

Shades of Rose #D9A691

Tints of Rose #D9A691

Color information

#D9A691 (or 0xD9A691) is unknown color: approx Rose. HEX triplet: D9, A6 and 91. RGB value is (217,166,145). Sum of RGB (Red+Green+Blue) = 217+166+145=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A691 is #26596E. Grayscale: #B2B2B2. Windows color (decimal): -2513263 or 9545433. OLE color: 9545433.

HSL color Cylindrical-coordinate representation of color #D9A691: hue angle of 17.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9A691 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217166145-
CMYK00.240.330.15
HSL17.5º48.65%70.98%-
HSV(B)17.5º33.18%85.1%-
XYZ47.3644.0732.8-
YUV178.86108.9155.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 166 (65.23% from 255) = 31.44%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=41.10%
G=31.44%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716614500.240.330.1517.548.6570.98
HexD9A69101821F123147
Octal33124622103041172261107
Binary1101100110100110100100010110001000011111100101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A691; }

 p { color: rgb(217,166,145); }

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

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

 a { background-color: rgb(217,166,145); }

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

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

 span { border-color: rgb(217,166,145); }

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