Html Css Color HEX #D6BEA0 Soft Amber

📋 copy color: '#D6BEA0'

red 214 ◦ green 190 ◦ blue 160

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

Shades of Soft Amber #D6BEA0

Tints of Soft Amber #D6BEA0

RGB

 RED value IS 214 (83.98% from 255) = 37.94%

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

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

R = 37.94%
G = 33.69%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D6BEA0 (or 0xD6BEA0) is known color: Soft Amber. HEX triplet: D6, BE and A0. RGB value is (214,190,160). Sum of RGB (Red+Green+Blue) = 214+190+160=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BEA0 is #29415F. Grayscale: #C1C1C1. Windows color (decimal): -2703712 or 10534614. OLE color: 10534614.

HSL color Cylindrical-coordinate representation of color #D6BEA0: hue angle of 33.33º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6BEA0 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 190 160 -
CMYK 0 0.11 0.25 0.16
HSL 33.33º 0.4% 0.73% -
HSV(B) 33.33º 0.25% 0.84% -
XYZ 52.49 53.66 40.85 -
YUV 193.76 108.95 142.44 -
System Red Green Blue C M Y K H S L
Decimal 214 190 160 0 0.11 0.25 0.16 33.33 0.4 0.73
Hex D6 BE A0 0 B 19 10 21 28 49
Octal 326 276 240 0 13 31 20 41 50 111
Binary 11010110 10111110 10100000 0 1011 11001 10000 100001 101000 1001001

Color Harmonies of #D6BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BEA0

Black with #D6BEA0

Text Example


Text Example

White with #D6BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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