#D3BDA5

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

Shades of Soft Amber #D3BDA5

Tints of Soft Amber #D3BDA5

Color information

#D3BDA5 (or 0xD3BDA5) is unknown color: approx Soft Amber. HEX triplet: D3, BD and A5. RGB value is (211,189,165). Sum of RGB (Red+Green+Blue) = 211+189+165=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BDA5 is #2C425A. Grayscale: #C0C0C0. Windows color (decimal): -2900571 or 10862035. OLE color: 10862035.

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

Color convert

RGB211189165-
CMYK00.100.220.17
HSL31.3º34.33%73.73%-
HSV(B)31.3º21.8%82.75%-
XYZ51.8552.9643.09-
YUV192.84112.29140.95-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.35%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 165 (64.84% from 255) = 29.20%
R=37.35%
G=33.45%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118916500.100.220.1731.334.3373.73
HexD3BDA50A16111f224a
Octal32327524501226213742112
Binary110100111011110110100101010101011010001111111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BDA5; }

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

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

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

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

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

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

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

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