Html Css Color HEX #D1BEA4 Soft Amber

📋 copy color: '#D1BEA4'

red 209 ◦ green 190 ◦ blue 164

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

Shades of Soft Amber #D1BEA4

Tints of Soft Amber #D1BEA4

RGB

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

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

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

R = 37.12%
G = 33.75%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D1BEA4 (or 0xD1BEA4) is known color: Soft Amber. HEX triplet: D1, BE and A4. RGB value is (209,190,164). Sum of RGB (Red+Green+Blue) = 209+190+164=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BEA4 is #2E415B. Grayscale: #C0C0C0. Windows color (decimal): -3031388 or 10796753. OLE color: 10796753.

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

Color convert

RGB 209 190 164 -
CMYK 0 0.09 0.22 0.18
HSL 34.67º 0.33% 0.73% -
HSV(B) 34.67º 0.22% 0.82% -
XYZ 51.41 53.06 42.65 -
YUV 192.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 209 190 164 0 0.09 0.22 0.18 34.67 0.33 0.73
Hex D1 BE A4 0 9 16 12 23 21 49
Octal 321 276 244 0 11 26 22 43 41 111
Binary 11010001 10111110 10100100 0 1001 10110 10010 100011 100001 1001001

Color Harmonies of #D1BEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BEA4

Black with #D1BEA4

Text Example


Text Example

White with #D1BEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BEA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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