#D1BEAA

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

Shades of Soft Amber #D1BEAA

Tints of Soft Amber #D1BEAA

Color information

#D1BEAA (or 0xD1BEAA) is unknown color: approx Soft Amber. HEX triplet: D1, BE and AA. RGB value is (209,190,170). Sum of RGB (Red+Green+Blue) = 209+190+170=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BEAA is #2E4155. Grayscale: #C1C1C1. Windows color (decimal): -3031382 or 11189969. OLE color: 11189969.

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

Color convert

RGB209190170-
CMYK00.090.190.18
HSL30.77º29.77%74.31%-
HSV(B)30.77º18.66%81.96%-
XYZ51.9653.2845.58-
YUV193.4114.79139.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.73%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=36.73%
G=33.39%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919017000.090.190.1830.7729.7774.31
HexD1BEAA0913121f1e4a
Octal32127625201123223736112
Binary11010001101111101010101001001100111001011111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BEAA; }

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

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

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

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

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

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

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

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