#D4BDA4

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

Shades of Soft Amber #D4BDA4

Tints of Soft Amber #D4BDA4

Color information

#D4BDA4 (or 0xD4BDA4) is unknown color: approx Soft Amber. HEX triplet: D4, BD and A4. RGB value is (212,189,164). Sum of RGB (Red+Green+Blue) = 212+189+164=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BDA4 is #2B425B. Grayscale: #C1C1C1. Windows color (decimal): -2835036 or 10796500. OLE color: 10796500.

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

Color convert

RGB212189164-
CMYK00.110.230.17
HSL31.25º35.82%73.73%-
HSV(B)31.25º22.64%83.14%-
XYZ52.0553.0742.62-
YUV193.03111.62141.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.52%
GREEN value IS 189 (74.22% from 255) = 33.45%
BLUE value IS 164 (64.45% from 255) = 29.03%
R=37.52%
G=33.45%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218916400.110.230.1731.2535.8273.73
HexD4BDA40B17111f244a
Octal32427524401327213744112
Binary110101001011110110100100010111011110001111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BDA4; }

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

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

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

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

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

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

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

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