Html Css Color HEX #D1BDA1 Soft Amber

📋 copy color: '#D1BDA1'

red 209 ◦ green 189 ◦ blue 161

#D1BDA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soft Amber #D1BDA1

Tints of Soft Amber #D1BDA1

RGB

 RED value IS 209 (82.03% from 255) = 37.39%

 GREEN value IS 189 (74.22% from 255) = 33.81%

 BLUE value IS 161 (63.28% from 255) = 28.8%

R = 37.39%
G = 33.81%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D1BDA1 (or 0xD1BDA1) is known color: Soft Amber. HEX triplet: D1, BD and A1. RGB value is (209,189,161). Sum of RGB (Red+Green+Blue) = 209+189+161=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BDA1 is #2E425E. Grayscale: #BFBFBF. Windows color (decimal): -3031647 or 10599889. OLE color: 10599889.

HSL color Cylindrical-coordinate representation of color #D1BDA1: hue angle of 35º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1BDA1 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 189 161 -
CMYK 0 0.10 0.23 0.18
HSL 35º 0.34% 0.73% -
HSV(B) 35º 0.23% 0.82% -
XYZ 50.93 52.52 41.17 -
YUV 191.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 209 189 161 0 0.10 0.23 0.18 35 0.34 0.73
Hex D1 BD A1 0 A 17 12 23 22 49
Octal 321 275 241 0 12 27 22 43 42 111
Binary 11010001 10111101 10100001 0 1010 10111 10010 100011 100010 1001001

Color Harmonies of #D1BDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BDA1

Black with #D1BDA1

Text Example


Text Example

White with #D1BDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BDA1; }

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

 H1.HeaderClassName
 {
   color: #D1BDA1;
 }
 .AnyTagClassName
 {
   color: #D1BDA1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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