#D4BE9D

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

Shades of Soft Amber #D4BE9D

Tints of Soft Amber #D4BE9D

Color information

#D4BE9D (or 0xD4BE9D) is unknown color: approx Soft Amber. HEX triplet: D4, BE and 9D. RGB value is (212,190,157). Sum of RGB (Red+Green+Blue) = 212+190+157=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BE9D is #2B4162. Grayscale: #C0C0C0. Windows color (decimal): -2834787 or 10338004. OLE color: 10338004.

HSL color Cylindrical-coordinate representation of color #D4BE9D: hue angle of 36º degrees, saturation: 0.39, 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 #D4BE9D is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB212190157-
CMYK00.100.260.17
HSL36º39.01%72.35%-
HSV(B)36º25.94%83.14%-
XYZ51.6553.2639.46-
YUV192.82107.79141.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 157 (61.72% from 255) = 28.09%
R=37.92%
G=33.99%
B=28.09%

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
Decimal21219015700.100.260.173639.0172.35
HexD4BE9D0A1A11242748
Octal32427623501232214447110
Binary1101010010111110100111010101011010100011001001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BE9D; }

 p { color: rgb(212,190,157); }

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

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

 a { background-color: rgb(212,190,157); }

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

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

 span { border-color: rgb(212,190,157); }

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