#D4BDA1

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

Shades of Soft Amber #D4BDA1

Tints of Soft Amber #D4BDA1

Color information

#D4BDA1 (or 0xD4BDA1) is unknown color: approx Soft Amber. HEX triplet: D4, BD and A1. RGB value is (212,189,161). Sum of RGB (Red+Green+Blue) = 212+189+161=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BDA1 is #2B425E. Grayscale: #C0C0C0. Windows color (decimal): -2835039 or 10599892. OLE color: 10599892.

HSL color Cylindrical-coordinate representation of color #D4BDA1: hue angle of 32.94º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4BDA1 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB212189161-
CMYK00.110.240.17
HSL32.94º37.23%73.14%-
HSV(B)32.94º24.06%83.14%-
XYZ51.7852.9741.21-
YUV192.68110.12141.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.72%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 161 (63.28% from 255) = 28.65%
R=37.72%
G=33.63%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218916100.110.240.1732.9437.2373.14
HexD4BDA10B1811212549
Octal32427524101330214145111
Binary1101010010111101101000010101111000100011000011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BDA1; }

 p { color: rgb(212,189,161); }

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

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

 a { background-color: rgb(212,189,161); }

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

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

 span { border-color: rgb(212,189,161); }

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