#D1BFAA

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

Shades of Soft Amber #D1BFAA

Tints of Soft Amber #D1BFAA

Color information

#D1BFAA (or 0xD1BFAA) is unknown color: approx Soft Amber. HEX triplet: D1, BF and AA. RGB value is (209,191,170). Sum of RGB (Red+Green+Blue) = 209+191+170=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BFAA is #2E4055. Grayscale: #C2C2C2. Windows color (decimal): -3031126 or 11190225. OLE color: 11190225.

HSL color Cylindrical-coordinate representation of color #D1BFAA: hue angle of 32.31º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1BFAA is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB209191170-
CMYK00.090.190.18
HSL32.31º29.77%74.31%-
HSV(B)32.31º18.66%81.96%-
XYZ52.1853.7245.65-
YUV193.99114.46138.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.67%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 170 (66.80% from 255) = 29.82%
R=36.67%
G=33.51%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919117000.090.190.1832.3129.7774.31
HexD1BFAA091312201e4a
Octal32127725201123224036112
Binary110100011011111110101010010011001110010100000111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BFAA; }

 p { color: rgb(209,191,170); }

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

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

 a { background-color: rgb(209,191,170); }

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

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

 span { border-color: rgb(209,191,170); }

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