Html Css Color HEX #D3BE9E Soft Amber

📋 copy color: '#D3BE9E'

red 211 ◦ green 190 ◦ blue 158

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

Shades of Soft Amber #D3BE9E

Tints of Soft Amber #D3BE9E

RGB

 RED value IS 211 (82.81% from 255) = 37.75%

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

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

R = 37.75%
G = 33.99%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D3BE9E (or 0xD3BE9E) is known color: Soft Amber. HEX triplet: D3, BE and 9E. RGB value is (211,190,158). Sum of RGB (Red+Green+Blue) = 211+190+158=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BE9E is #2C4161. Grayscale: #C0C0C0. Windows color (decimal): -2900322 or 10403539. OLE color: 10403539.

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

Color convert

RGB 211 190 158 -
CMYK 0 0.10 0.25 0.17
HSL 36.23º 0.38% 0.72% -
HSV(B) 36.23º 0.25% 0.83% -
XYZ 51.45 53.14 39.89 -
YUV 192.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 211 190 158 0 0.10 0.25 0.17 36.23 0.38 0.72
Hex D3 BE 9E 0 A 19 11 24 26 48
Octal 323 276 236 0 12 31 21 44 46 110
Binary 11010011 10111110 10011110 0 1010 11001 10001 100100 100110 1001000

Color Harmonies of #D3BE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BE9E

Black with #D3BE9E

Text Example


Text Example

White with #D3BE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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