Html Css Color HEX #D1BEA0 Soft Amber

📋 copy color: '#D1BEA0'

red 209 ◦ green 190 ◦ blue 160

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

Shades of Soft Amber #D1BEA0

Tints of Soft Amber #D1BEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.99%

 BLUE value IS 160 (62.89% from 255) = 28.62%

R = 37.39%
G = 33.99%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D1BEA0 (or 0xD1BEA0) is known color: Soft Amber. HEX triplet: D1, BE and A0. RGB value is (209,190,160). Sum of RGB (Red+Green+Blue) = 209+190+160=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BEA0 is #2E415F. Grayscale: #C0C0C0. Windows color (decimal): -3031392 or 10534609. OLE color: 10534609.

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

Color convert

RGB 209 190 160 -
CMYK 0 0.09 0.23 0.18
HSL 36.73º 0.35% 0.72% -
HSV(B) 36.73º 0.23% 0.82% -
XYZ 51.05 52.92 40.78 -
YUV 192.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 209 190 160 0 0.09 0.23 0.18 36.73 0.35 0.72
Hex D1 BE A0 0 9 17 12 25 23 48
Octal 321 276 240 0 11 27 22 45 43 110
Binary 11010001 10111110 10100000 0 1001 10111 10010 100101 100011 1001000

Color Harmonies of #D1BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BEA0

Black with #D1BEA0

Text Example


Text Example

White with #D1BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BEA0; }

 p { color: rgb(209,190,160); }

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

background-color css

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

 a { background-color: rgb(209,190,160); }

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

border-color css

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

 span { border-color: rgb(209,190,160); }

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