#D3BEA4

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

Shades of Soft Amber #D3BEA4

Tints of Soft Amber #D3BEA4

Color information

#D3BEA4 (or 0xD3BEA4) is unknown color: approx Soft Amber. HEX triplet: D3, BE and A4. RGB value is (211,190,164). Sum of RGB (Red+Green+Blue) = 211+190+164=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BEA4 is #2C415B. Grayscale: #C1C1C1. Windows color (decimal): -2900316 or 10796755. OLE color: 10796755.

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

Color convert

RGB211190164-
CMYK00.100.220.17
HSL33.19º34.81%73.53%-
HSV(B)33.19º22.27%82.75%-
XYZ51.9853.3642.68-
YUV193.31111.46140.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.35%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 164 (64.45% from 255) = 29.03%
R=37.35%
G=33.63%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119016400.100.220.1733.1934.8173.53
HexD3BEA40A161121234a
Octal32327624401226214143112
Binary1101001110111110101001000101010110100011000011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BEA4; }

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

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

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

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

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

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

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

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