#D1C0AB

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

Shades of Soft Amber #D1C0AB

Tints of Soft Amber #D1C0AB

Color information

#D1C0AB (or 0xD1C0AB) is unknown color: approx Soft Amber. HEX triplet: D1, C0 and AB. RGB value is (209,192,171). Sum of RGB (Red+Green+Blue) = 209+192+171=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C0AB is #2E3F54. Grayscale: #C2C2C2. Windows color (decimal): -3030869 or 11256017. OLE color: 11256017.

HSL color Cylindrical-coordinate representation of color #D1C0AB: hue angle of 33.16º 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 #D1C0AB is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB209192171-
CMYK00.080.180.18
HSL33.16º29.23%74.51%-
HSV(B)33.16º18.18%81.96%-
XYZ52.4954.1946.22-
YUV194.69114.63138.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.54%
GREEN value IS 192 (75.39% from 255) = 33.57%
BLUE value IS 171 (67.19% from 255) = 29.90%
R=36.54%
G=33.57%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919217100.080.180.1833.1629.2374.51
HexD1C0AB081212211d4b
Octal32130025301022224135113
Binary110100011100000010101011010001001010010100001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C0AB; }

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

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

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

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

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

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

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

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