#D1BD9E

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

Shades of Soft Amber #D1BD9E

Tints of Soft Amber #D1BD9E

Color information

#D1BD9E (or 0xD1BD9E) is unknown color: approx Soft Amber. HEX triplet: D1, BD and 9E. RGB value is (209,189,158). Sum of RGB (Red+Green+Blue) = 209+189+158=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BD9E is #2E4261. Grayscale: #BFBFBF. Windows color (decimal): -3031650 or 10403281. OLE color: 10403281.

HSL color Cylindrical-coordinate representation of color #D1BD9E: hue angle of 36.47º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1BD9E is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB209189158-
CMYK00.100.240.18
HSL36.47º35.66%71.96%-
HSV(B)36.47º24.4%81.96%-
XYZ50.6652.4239.8-
YUV191.45109.13140.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.59%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 158 (62.11% from 255) = 28.42%
R=37.59%
G=33.99%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918915800.100.240.1836.4735.6671.96
HexD1BD9E0A1812242448
Octal32127523601230224444110
Binary1101000110111101100111100101011000100101001001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BD9E; }

 p { color: rgb(209,189,158); }

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

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

 a { background-color: rgb(209,189,158); }

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

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

 span { border-color: rgb(209,189,158); }

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