Html Css Color HEX #D1BFAA Soft Amber

📋 copy color: '#D1BFAA'

red 209 ◦ green 191 ◦ blue 170

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

Shades of Soft Amber #D1BFAA

Tints of Soft Amber #D1BFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 33.51%

 BLUE value IS 170 (66.8% from 255) = 29.82%

R = 36.67%
G = 33.51%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D1BFAA (or 0xD1BFAA) is known color: Soft Amber. HEX triplet: D1, BF and AA. RGB value is (209,191,170). Sum of RGB (Red+Green+Blue) = 209+191+170=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BFAA is #2E4055. Grayscale: #C2C2C2. Windows color (decimal): -3031126 or 11190225. OLE color: 11190225.

HSL color Cylindrical-coordinate representation of color #D1BFAA: hue angle of 32.31º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1BFAA is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 191 170 -
CMYK 0 0.09 0.19 0.18
HSL 32.31º 0.3% 0.74% -
HSV(B) 32.31º 0.19% 0.82% -
XYZ 52.18 53.72 45.65 -
YUV 193.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 209 191 170 0 0.09 0.19 0.18 32.31 0.3 0.74
Hex D1 BF AA 0 9 13 12 20 1E 4A
Octal 321 277 252 0 11 23 22 40 36 112
Binary 11010001 10111111 10101010 0 1001 10011 10010 100000 11110 1001010

Color Harmonies of #D1BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BFAA

Black with #D1BFAA

Text Example


Text Example

White with #D1BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BFAA; }

 p { color: rgb(209,191,170); }

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

background-color css

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

 a { background-color: rgb(209,191,170); }

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

border-color css

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

 span { border-color: rgb(209,191,170); }

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