Html Css Color HEX #D2BEA1 Soft Amber

📋 copy color: '#D2BEA1'

red 210 ◦ green 190 ◦ blue 161

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

Shades of Soft Amber #D2BEA1

Tints of Soft Amber #D2BEA1

RGB

 RED value IS 210 (82.42% from 255) = 37.43%

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

 BLUE value IS 161 (63.28% from 255) = 28.7%

R = 37.43%
G = 33.87%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D2BEA1 (or 0xD2BEA1) is known color: Soft Amber. HEX triplet: D2, BE and A1. RGB value is (210,190,161). Sum of RGB (Red+Green+Blue) = 210+190+161=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 161 (63.28% from 255 or 28.70% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BEA1 is #2D415E. Grayscale: #C0C0C0. Windows color (decimal): -2965855 or 10600146. OLE color: 10600146.

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

Color convert

RGB 210 190 161 -
CMYK 0 0.10 0.23 0.18
HSL 35.51º 0.35% 0.73% -
HSV(B) 35.51º 0.23% 0.82% -
XYZ 51.42 53.1 41.26 -
YUV 192.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 210 190 161 0 0.10 0.23 0.18 35.51 0.35 0.73
Hex D2 BE A1 0 A 17 12 24 23 49
Octal 322 276 241 0 12 27 22 44 43 111
Binary 11010010 10111110 10100001 0 1010 10111 10010 100100 100011 1001001

Color Harmonies of #D2BEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BEA1

Black with #D2BEA1

Text Example


Text Example

White with #D2BEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BEA1; }

 p { color: rgb(210,190,161); }

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

background-color css

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

 a { background-color: rgb(210,190,161); }

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

border-color css

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

 span { border-color: rgb(210,190,161); }

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