#D9A391

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

Shades of Rose #D9A391

Tints of Rose #D9A391

Color information

#D9A391 (or 0xD9A391) is unknown color: approx Rose. HEX triplet: D9, A3 and 91. RGB value is (217,163,145). Sum of RGB (Red+Green+Blue) = 217+163+145=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A391 is #265C6E. Grayscale: #B1B1B1. Windows color (decimal): -2514031 or 9544665. OLE color: 9544665.

HSL color Cylindrical-coordinate representation of color #D9A391: hue angle of 15º 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 #D9A391 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217163145-
CMYK00.250.330.15
HSL15º48.65%70.98%-
HSV(B)15º33.18%85.1%-
XYZ46.8242.9932.62-
YUV177.09109.89156.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 163 (64.06% from 255) = 31.05%
BLUE value IS 145 (57.03% from 255) = 27.62%
R=41.33%
G=31.05%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716314500.250.330.151548.6570.98
HexD9A39101921Ff3147
Octal33124322103141171761107
Binary110110011010001110010001011001100001111111111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A391; }

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

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

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

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

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

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

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

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