#D1BBA6

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

Shades of Soft Amber #D1BBA6

Tints of Soft Amber #D1BBA6

Color information

#D1BBA6 (or 0xD1BBA6) is unknown color: approx Soft Amber. HEX triplet: D1, BB and A6. RGB value is (209,187,166). Sum of RGB (Red+Green+Blue) = 209+187+166=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BBA6 is #2E4459. Grayscale: #BFBFBF. Windows color (decimal): -3032154 or 10927057. OLE color: 10927057.

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

Color convert

RGB209187166-
CMYK00.110.210.18
HSL29.3º31.85%73.53%-
HSV(B)29.3º20.57%81.96%-
XYZ50.9551.8543.4-
YUV191.18113.79140.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.19%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 166 (65.23% from 255) = 29.54%
R=37.19%
G=33.27%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918716600.110.210.1829.331.8573.53
HexD1BBA60B15121d204a
Octal32127324601325223540112
Binary110100011011101110100110010111010110010111011000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BBA6; }

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

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

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

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

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

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

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

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