Html Css Color HEX #D2BE9E Soft Amber

📋 copy color: '#D2BE9E'

red 210 ◦ green 190 ◦ blue 158

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

Shades of Soft Amber #D2BE9E

Tints of Soft Amber #D2BE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.32%

R = 37.63%
G = 34.05%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2BE9E (or 0xD2BE9E) is known color: Soft Amber. HEX triplet: D2, BE and 9E. RGB value is (210,190,158). Sum of RGB (Red+Green+Blue) = 210+190+158=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BE9E is #2D4161. Grayscale: #C0C0C0. Windows color (decimal): -2965858 or 10403538. OLE color: 10403538.

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

Color convert

RGB 210 190 158 -
CMYK 0 0.10 0.25 0.18
HSL 36.92º 0.37% 0.72% -
HSV(B) 36.92º 0.25% 0.82% -
XYZ 51.16 53 39.88 -
YUV 192.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 210 190 158 0 0.10 0.25 0.18 36.92 0.37 0.72
Hex D2 BE 9E 0 A 19 12 25 25 48
Octal 322 276 236 0 12 31 22 45 45 110
Binary 11010010 10111110 10011110 0 1010 11001 10010 100101 100101 1001000

Color Harmonies of #D2BE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BE9E

Black with #D2BE9E

Text Example


Text Example

White with #D2BE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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