Html Css Color HEX #D1BDA3 Soft Amber

📋 copy color: '#D1BDA3'

red 209 ◦ green 189 ◦ blue 163

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

Shades of Soft Amber #D1BDA3

Tints of Soft Amber #D1BDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29.06%

R = 37.25%
G = 33.69%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D1BDA3 (or 0xD1BDA3) is known color: Soft Amber. HEX triplet: D1, BD and A3. RGB value is (209,189,163). Sum of RGB (Red+Green+Blue) = 209+189+163=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 163 (64.06% from 255 or 29.06% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BDA3 is #2E425C. Grayscale: #C0C0C0. Windows color (decimal): -3031645 or 10730961. OLE color: 10730961.

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

Color convert

RGB 209 189 163 -
CMYK 0 0.10 0.22 0.18
HSL 33.91º 0.33% 0.73% -
HSV(B) 33.91º 0.22% 0.82% -
XYZ 51.1 52.59 42.11 -
YUV 192.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 209 189 163 0 0.10 0.22 0.18 33.91 0.33 0.73
Hex D1 BD A3 0 A 16 12 22 21 49
Octal 321 275 243 0 12 26 22 42 41 111
Binary 11010001 10111101 10100011 0 1010 10110 10010 100010 100001 1001001

Color Harmonies of #D1BDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BDA3

Black with #D1BDA3

Text Example


Text Example

White with #D1BDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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