Html Css Color HEX #D1BFAC Soft Amber

📋 copy color: '#D1BFAC'

red 209 ◦ green 191 ◦ blue 172

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

Shades of Soft Amber #D1BFAC

Tints of Soft Amber #D1BFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.07%

R = 36.54%
G = 33.39%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D1BFAC (or 0xD1BFAC) is known color: Soft Amber. HEX triplet: D1, BF and AC. RGB value is (209,191,172). Sum of RGB (Red+Green+Blue) = 209+191+172=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BFAC is #2E4053. Grayscale: #C2C2C2. Windows color (decimal): -3031124 or 11321297. OLE color: 11321297.

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

Color convert

RGB 209 191 172 -
CMYK 0 0.09 0.18 0.18
HSL 30.81º 0.29% 0.75% -
HSV(B) 30.81º 0.18% 0.82% -
XYZ 52.37 53.8 46.65 -
YUV 194.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 209 191 172 0 0.09 0.18 0.18 30.81 0.29 0.75
Hex D1 BF AC 0 9 12 12 1F 1D 4B
Octal 321 277 254 0 11 22 22 37 35 113
Binary 11010001 10111111 10101100 0 1001 10010 10010 11111 11101 1001011

Color Harmonies of #D1BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BFAC

Black with #D1BFAC

Text Example


Text Example

White with #D1BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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