Html Css Color HEX #D4BBA2 Soft Amber

📋 copy color: '#D4BBA2'

red 212 ◦ green 187 ◦ blue 162

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

Shades of Soft Amber #D4BBA2

Tints of Soft Amber #D4BBA2

RGB

 RED value IS 212 (83.2% from 255) = 37.79%

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

 BLUE value IS 162 (63.67% from 255) = 28.88%

R = 37.79%
G = 33.33%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D4BBA2 (or 0xD4BBA2) is known color: Soft Amber. HEX triplet: D4, BB and A2. RGB value is (212,187,162). Sum of RGB (Red+Green+Blue) = 212+187+162=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BBA2 is #2B445D. Grayscale: #BFBFBF. Windows color (decimal): -2835550 or 10664916. OLE color: 10664916.

HSL color Cylindrical-coordinate representation of color #D4BBA2: hue angle of 30º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4BBA2 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 187 162 -
CMYK 0 0.12 0.24 0.17
HSL 30º 0.37% 0.73% -
HSV(B) 30º 0.24% 0.83% -
XYZ 51.44 52.15 41.54 -
YUV 191.63 111.28 142.53 -
System Red Green Blue C M Y K H S L
Decimal 212 187 162 0 0.12 0.24 0.17 30 0.37 0.73
Hex D4 BB A2 0 C 18 11 1E 25 49
Octal 324 273 242 0 14 30 21 36 45 111
Binary 11010100 10111011 10100010 0 1100 11000 10001 11110 100101 1001001

Color Harmonies of #D4BBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BBA2

Black with #D4BBA2

Text Example


Text Example

White with #D4BBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BBA2; }

 p { color: rgb(212,187,162); }

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

background-color css

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

 a { background-color: rgb(212,187,162); }

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

border-color css

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

 span { border-color: rgb(212,187,162); }

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