#D3C0AA

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

Shades of Soft Amber #D3C0AA

Tints of Soft Amber #D3C0AA

Color information

#D3C0AA (or 0xD3C0AA) is unknown color: approx Soft Amber. HEX triplet: D3, C0 and AA. RGB value is (211,192,170). Sum of RGB (Red+Green+Blue) = 211+192+170=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C0AA is #2C3F55. Grayscale: #C3C3C3. Windows color (decimal): -2899798 or 11190483. OLE color: 11190483.

HSL color Cylindrical-coordinate representation of color #D3C0AA: hue angle of 32.2º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3C0AA is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB211192170-
CMYK00.090.190.17
HSL32.2º31.78%74.71%-
HSV(B)32.2º19.43%82.75%-
XYZ52.9754.4545.75-
YUV195.17113.79139.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.82%
GREEN value IS 192 (75.39% from 255) = 33.51%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=36.82%
G=33.51%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119217000.090.190.1732.231.7874.71
HexD3C0AA09131120204b
Octal32330025201123214040113
Binary1101001111000000101010100100110011100011000001000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C0AA; }

 p { color: rgb(211,192,170); }

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

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

 a { background-color: rgb(211,192,170); }

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

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

 span { border-color: rgb(211,192,170); }

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