#D5BEA0

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

Shades of Soft Amber #D5BEA0

Tints of Soft Amber #D5BEA0

Color information

#D5BEA0 (or 0xD5BEA0) is unknown color: approx Soft Amber. HEX triplet: D5, BE and A0. RGB value is (213,190,160). Sum of RGB (Red+Green+Blue) = 213+190+160=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BEA0 is #2A415F. Grayscale: #C1C1C1. Windows color (decimal): -2769248 or 10534613. OLE color: 10534613.

HSL color Cylindrical-coordinate representation of color #D5BEA0: hue angle of 33.96º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5BEA0 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB213190160-
CMYK00.110.250.16
HSL33.96º38.69%73.14%-
HSV(B)33.96º24.88%83.53%-
XYZ52.253.5140.84-
YUV193.46109.12141.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 160 (62.89% from 255) = 28.42%
R=37.83%
G=33.75%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319016000.110.250.1633.9638.6973.14
HexD5BEA00B1910222749
Octal32527624001331204247111
Binary1101010110111110101000000101111001100001000101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BEA0; }

 p { color: rgb(213,190,160); }

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

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

 a { background-color: rgb(213,190,160); }

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

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

 span { border-color: rgb(213,190,160); }

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