Html Css Color HEX #D2BBA1 Soft Amber

📋 copy color: '#D2BBA1'

red 210 ◦ green 187 ◦ blue 161

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

Shades of Soft Amber #D2BBA1

Tints of Soft Amber #D2BBA1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.51%

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

R = 37.63%
G = 33.51%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D2BBA1 (or 0xD2BBA1) is known color: Soft Amber. HEX triplet: D2, BB and A1. RGB value is (210,187,161). Sum of RGB (Red+Green+Blue) = 210+187+161=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BBA1 is #2D445E. Grayscale: #BFBFBF. Windows color (decimal): -2966623 or 10599378. OLE color: 10599378.

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

Color convert

RGB 210 187 161 -
CMYK 0 0.11 0.23 0.18
HSL 31.84º 0.35% 0.73% -
HSV(B) 31.84º 0.23% 0.82% -
XYZ 50.78 51.82 41.04 -
YUV 190.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 210 187 161 0 0.11 0.23 0.18 31.84 0.35 0.73
Hex D2 BB A1 0 B 17 12 20 23 49
Octal 322 273 241 0 13 27 22 40 43 111
Binary 11010010 10111011 10100001 0 1011 10111 10010 100000 100011 1001001

Color Harmonies of #D2BBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BBA1

Black with #D2BBA1

Text Example


Text Example

White with #D2BBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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