#D1BEAB

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

Shades of Soft Amber #D1BEAB

Tints of Soft Amber #D1BEAB

Color information

#D1BEAB (or 0xD1BEAB) is unknown color: approx Soft Amber. HEX triplet: D1, BE and AB. RGB value is (209,190,171). Sum of RGB (Red+Green+Blue) = 209+190+171=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BEAB is #2E4154. Grayscale: #C1C1C1. Windows color (decimal): -3031381 or 11255505. OLE color: 11255505.

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

Color convert

RGB209190171-
CMYK00.090.180.18
HSL30º29.23%74.51%-
HSV(B)30º18.18%81.96%-
XYZ52.0653.3246.08-
YUV193.52115.29139.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.67%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 30%
R=36.67%
G=33.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919017100.090.180.183029.2374.51
HexD1BEAB0912121e1d4b
Octal32127625301122223635113
Binary11010001101111101010101101001100101001011110111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BEAB; }

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

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

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

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

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

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

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

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