#D3BD9E

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

Shades of Soft Amber #D3BD9E

Tints of Soft Amber #D3BD9E

Color information

#D3BD9E (or 0xD3BD9E) is unknown color: approx Soft Amber. HEX triplet: D3, BD and 9E. RGB value is (211,189,158). Sum of RGB (Red+Green+Blue) = 211+189+158=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BD9E is #2C4261. Grayscale: #C0C0C0. Windows color (decimal): -2900578 or 10403283. OLE color: 10403283.

HSL color Cylindrical-coordinate representation of color #D3BD9E: hue angle of 35.09º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3BD9E is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB211189158-
CMYK00.100.250.17
HSL35.09º37.59%72.35%-
HSV(B)35.09º25.12%82.75%-
XYZ51.2352.7139.82-
YUV192.04108.79141.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.81%
GREEN value IS 189 (74.22% from 255) = 33.87%
BLUE value IS 158 (62.11% from 255) = 28.32%
R=37.81%
G=33.87%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118915800.100.250.1735.0937.5972.35
HexD3BD9E0A1911232648
Octal32327523601231214346110
Binary1101001110111101100111100101011001100011000111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BD9E; }

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

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

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

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

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

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

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

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