#D4BEA5

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

Shades of Soft Amber #D4BEA5

Tints of Soft Amber #D4BEA5

Color information

#D4BEA5 (or 0xD4BEA5) is unknown color: approx Soft Amber. HEX triplet: D4, BE and A5. RGB value is (212,190,165). Sum of RGB (Red+Green+Blue) = 212+190+165=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BEA5 is #2B415A. Grayscale: #C1C1C1. Windows color (decimal): -2834779 or 10862292. OLE color: 10862292.

HSL color Cylindrical-coordinate representation of color #D4BEA5: hue angle of 31.91º degrees, saturation: 0.35, 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 #D4BEA5 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB212190165-
CMYK00.100.220.17
HSL31.91º35.34%73.92%-
HSV(B)31.91º22.17%83.14%-
XYZ52.3653.5443.17-
YUV193.73111.79141.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.39%
GREEN value IS 190 (74.61% from 255) = 33.51%
BLUE value IS 165 (64.84% from 255) = 29.10%
R=37.39%
G=33.51%
B=29.10%

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
Decimal21219016500.100.220.1731.9135.3473.92
HexD4BEA50A161120234a
Octal32427624501226214043112
Binary1101010010111110101001010101010110100011000001000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEA5; }

 p { color: rgb(212,190,165); }

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

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

 a { background-color: rgb(212,190,165); }

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

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

 span { border-color: rgb(212,190,165); }

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