#D4BFA4

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

Shades of Soft Amber #D4BFA4

Tints of Soft Amber #D4BFA4

Color information

#D4BFA4 (or 0xD4BFA4) is unknown color: approx Soft Amber. HEX triplet: D4, BF and A4. RGB value is (212,191,164). Sum of RGB (Red+Green+Blue) = 212+191+164=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 164 (64.45% from 255 or 28.92% from 567); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BFA4 is #2B405B. Grayscale: #C2C2C2. Windows color (decimal): -2834524 or 10797012. OLE color: 10797012.

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

Color convert

RGB212191164-
CMYK00.100.230.17
HSL33.75º35.82%73.73%-
HSV(B)33.75º22.64%83.14%-
XYZ52.4853.9442.77-
YUV194.2110.96140.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.39%
GREEN value IS 191 (75% from 255) = 33.69%
BLUE value IS 164 (64.45% from 255) = 28.92%
R=37.39%
G=33.69%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219116400.100.230.1733.7535.8273.73
HexD4BFA40A171122244a
Octal32427724401227214244112
Binary1101010010111111101001000101010111100011000101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BFA4; }

 p { color: rgb(212,191,164); }

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

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

 a { background-color: rgb(212,191,164); }

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

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

 span { border-color: rgb(212,191,164); }

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