#D1A691

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

Shades of Rose #D1A691

Tints of Rose #D1A691

Color information

#D1A691 (or 0xD1A691) is unknown color: approx Rose. HEX triplet: D1, A6 and 91. RGB value is (209,166,145). Sum of RGB (Red+Green+Blue) = 209+166+145=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A691 is #2E596E. Grayscale: #B0B0B0. Windows color (decimal): -3037551 or 9545425. OLE color: 9545425.

HSL color Cylindrical-coordinate representation of color #D1A691: hue angle of 19.69º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1A691 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB209166145-
CMYK00.210.310.18
HSL19.69º41.03%69.41%-
HSV(B)19.69º30.62%81.96%-
XYZ45.0442.8732.69-
YUV176.46110.25151.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.19%
GREEN value IS 166 (65.23% from 255) = 31.92%
BLUE value IS 145 (57.03% from 255) = 27.88%
R=40.19%
G=31.92%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916614500.210.310.1819.6941.0369.41
HexD1A6910151F12142945
Octal32124622102537222451105
Binary1101000110100110100100010101011111110010101001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A691; }

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

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

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

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

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

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

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

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