#D3BE9C

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

Shades of Soft Amber #D3BE9C

Tints of Soft Amber #D3BE9C

Color information

#D3BE9C (or 0xD3BE9C) is unknown color: approx Soft Amber. HEX triplet: D3, BE and 9C. RGB value is (211,190,156). Sum of RGB (Red+Green+Blue) = 211+190+156=557 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.88% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BE9C is #2C4163. Grayscale: #C0C0C0. Windows color (decimal): -2900324 or 10272467. OLE color: 10272467.

HSL color Cylindrical-coordinate representation of color #D3BE9C: hue angle of 37.09º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3BE9C is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB211190156-
CMYK00.100.260.17
HSL37.09º38.46%71.96%-
HSV(B)37.09º26.07%82.75%-
XYZ51.2853.0838.99-
YUV192.4107.46141.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.88%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 156 (61.33% from 255) = 28.01%
R=37.88%
G=34.11%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119015600.100.260.1737.0938.4671.96
HexD3BE9C0A1A11252648
Octal32327623401232214546110
Binary1101001110111110100111000101011010100011001011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BE9C; }

 p { color: rgb(211,190,156); }

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

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

 a { background-color: rgb(211,190,156); }

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

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

 span { border-color: rgb(211,190,156); }

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