#D5BEA2

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

Shades of Soft Amber #D5BEA2

Tints of Soft Amber #D5BEA2

Color information

#D5BEA2 (or 0xD5BEA2) is unknown color: approx Soft Amber. HEX triplet: D5, BE and A2. RGB value is (213,190,162). Sum of RGB (Red+Green+Blue) = 213+190+162=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 162 (63.67% from 255 or 28.67% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BEA2 is #2A415D. Grayscale: #C1C1C1. Windows color (decimal): -2769246 or 10665685. OLE color: 10665685.

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

Color convert

RGB213190162-
CMYK00.110.240.16
HSL32.94º37.78%73.53%-
HSV(B)32.94º23.94%83.53%-
XYZ52.3853.5841.76-
YUV193.68110.12141.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.70%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 162 (63.67% from 255) = 28.67%
R=37.70%
G=33.63%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319016200.110.240.1632.9437.7873.53
HexD5BEA20B181021264a
Octal32527624201330204146112
Binary1101010110111110101000100101111000100001000011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BEA2; }

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

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

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

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

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

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

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

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