#D5BEA1

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

Shades of Soft Amber #D5BEA1

Tints of Soft Amber #D5BEA1

Color information

#D5BEA1 (or 0xD5BEA1) is unknown color: approx Soft Amber. HEX triplet: D5, BE and A1. RGB value is (213,190,161). Sum of RGB (Red+Green+Blue) = 213+190+161=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BEA1 is #2A415E. Grayscale: #C1C1C1. Windows color (decimal): -2769247 or 10600149. OLE color: 10600149.

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

Color convert

RGB213190161-
CMYK00.110.240.16
HSL33.46º38.24%73.33%-
HSV(B)33.46º24.41%83.53%-
XYZ52.2953.5541.3-
YUV193.57109.62141.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.77%
GREEN value IS 190 (74.61% from 255) = 33.69%
BLUE value IS 161 (63.28% from 255) = 28.55%
R=37.77%
G=33.69%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319016100.110.240.1633.4638.2473.33
HexD5BEA10B1810212649
Octal32527624101330204146111
Binary1101010110111110101000010101111000100001000011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BEA1; }

 p { color: rgb(213,190,161); }

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

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

 a { background-color: rgb(213,190,161); }

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

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

 span { border-color: rgb(213,190,161); }

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