#D5BDA1

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

Shades of Soft Amber #D5BDA1

Tints of Soft Amber #D5BDA1

Color information

#D5BDA1 (or 0xD5BDA1) is unknown color: approx Soft Amber. HEX triplet: D5, BD and A1. RGB value is (213,189,161). Sum of RGB (Red+Green+Blue) = 213+189+161=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BDA1 is #2A425E. Grayscale: #C1C1C1. Windows color (decimal): -2769503 or 10599893. OLE color: 10599893.

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

Color convert

RGB213189161-
CMYK00.110.240.16
HSL32.31º38.24%73.33%-
HSV(B)32.31º24.41%83.53%-
XYZ52.0753.1141.23-
YUV192.98109.95142.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 161 (63.28% from 255) = 28.60%
R=37.83%
G=33.57%
B=28.60%

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
Decimal21318916100.110.240.1632.3138.2473.33
HexD5BDA10B1810202649
Octal32527524101330204046111
Binary1101010110111101101000010101111000100001000001001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BDA1; }

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

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

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

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

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

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

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

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