Html Css Color HEX #D1BCA9 Soft Amber

📋 copy color: '#D1BCA9'

red 209 ◦ green 188 ◦ blue 169

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

Shades of Soft Amber #D1BCA9

Tints of Soft Amber #D1BCA9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.22%

 BLUE value IS 169 (66.41% from 255) = 29.86%

R = 36.93%
G = 33.22%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D1BCA9 (or 0xD1BCA9) is known color: Soft Amber. HEX triplet: D1, BC and A9. RGB value is (209,188,169). Sum of RGB (Red+Green+Blue) = 209+188+169=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BCA9 is #2E4356. Grayscale: #C0C0C0. Windows color (decimal): -3031895 or 11123921. OLE color: 11123921.

HSL color Cylindrical-coordinate representation of color #D1BCA9: hue angle of 28.5º 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 #D1BCA9 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 188 169 -
CMYK 0 0.10 0.19 0.18
HSL 28.5º 0.3% 0.74% -
HSV(B) 28.5º 0.19% 0.82% -
XYZ 51.44 52.39 44.94 -
YUV 192.11 114.96 140.04 -
System Red Green Blue C M Y K H S L
Decimal 209 188 169 0 0.10 0.19 0.18 28.5 0.3 0.74
Hex D1 BC A9 0 A 13 12 1C 1E 4A
Octal 321 274 251 0 12 23 22 34 36 112
Binary 11010001 10111100 10101001 0 1010 10011 10010 11100 11110 1001010

Color Harmonies of #D1BCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BCA9

Black with #D1BCA9

Text Example


Text Example

White with #D1BCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BCA9; }

 p { color: rgb(209,188,169); }

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

background-color css

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

 a { background-color: rgb(209,188,169); }

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

border-color css

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

 span { border-color: rgb(209,188,169); }

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