#D5BDA0

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

Shades of Soft Amber #D5BDA0

Tints of Soft Amber #D5BDA0

Color information

#D5BDA0 (or 0xD5BDA0) is unknown color: approx Soft Amber. HEX triplet: D5, BD and A0. RGB value is (213,189,160). Sum of RGB (Red+Green+Blue) = 213+189+160=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BDA0 is #2A425F. Grayscale: #C1C1C1. Windows color (decimal): -2769504 or 10534357. OLE color: 10534357.

HSL color Cylindrical-coordinate representation of color #D5BDA0: hue angle of 32.83º 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 #D5BDA0 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB213189160-
CMYK00.110.250.16
HSL32.83º38.69%73.14%-
HSV(B)32.83º24.88%83.53%-
XYZ51.9853.0840.76-
YUV192.87109.45142.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 160 (62.89% from 255) = 28.47%
R=37.90%
G=33.63%
B=28.47%

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
Decimal21318916000.110.250.1632.8338.6973.14
HexD5BDA00B1910212749
Octal32527524001331204147111
Binary1101010110111101101000000101111001100001000011001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BDA0; }

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

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

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

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

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

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

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

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