#D1BEA1

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

Shades of Soft Amber #D1BEA1

Tints of Soft Amber #D1BEA1

Color information

#D1BEA1 (or 0xD1BEA1) is unknown color: approx Soft Amber. HEX triplet: D1, BE and A1. RGB value is (209,190,161). Sum of RGB (Red+Green+Blue) = 209+190+161=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BEA1 is #2E415E. Grayscale: #C0C0C0. Windows color (decimal): -3031391 or 10600145. OLE color: 10600145.

HSL color Cylindrical-coordinate representation of color #D1BEA1: hue angle of 36.25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1BEA1 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB209190161-
CMYK00.090.230.18
HSL36.25º34.29%72.55%-
HSV(B)36.25º22.97%81.96%-
XYZ51.1452.9641.24-
YUV192.38110.29139.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.32%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 161 (63.28% from 255) = 28.75%
R=37.32%
G=33.93%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919016100.090.230.1836.2534.2972.55
HexD1BEA1091712242249
Octal32127624101127224442111
Binary1101000110111110101000010100110111100101001001000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BEA1; }

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

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

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

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

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

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

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

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