Html Css Color HEX #D1BCA4 Soft Amber

📋 copy color: '#D1BCA4'

red 209 ◦ green 188 ◦ blue 164

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

Shades of Soft Amber #D1BCA4

Tints of Soft Amber #D1BCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.23%

R = 37.25%
G = 33.51%
B = 29.23%

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

#D1BCA4 (or 0xD1BCA4) is known color: Soft Amber. HEX triplet: D1, BC and A4. RGB value is (209,188,164). Sum of RGB (Red+Green+Blue) = 209+188+164=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BCA4 is #2E435B. Grayscale: #BFBFBF. Windows color (decimal): -3031900 or 10796241. OLE color: 10796241.

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

Color convert

RGB 209 188 164 -
CMYK 0 0.10 0.22 0.18
HSL 32º 0.33% 0.73% -
HSV(B) 32º 0.22% 0.82% -
XYZ 50.98 52.2 42.51 -
YUV 191.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 209 188 164 0 0.10 0.22 0.18 32 0.33 0.73
Hex D1 BC A4 0 A 16 12 20 21 49
Octal 321 274 244 0 12 26 22 40 41 111
Binary 11010001 10111100 10100100 0 1010 10110 10010 100000 100001 1001001

Color Harmonies of #D1BCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BCA4

Black with #D1BCA4

Text Example


Text Example

White with #D1BCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BCA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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