Html Css Color HEX #D2BE9D Soft Amber

📋 copy color: '#D2BE9D'

red 210 ◦ green 190 ◦ blue 157

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

Shades of Soft Amber #D2BE9D

Tints of Soft Amber #D2BE9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.19%

R = 37.7%
G = 34.11%
B = 28.19%

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

#D2BE9D (or 0xD2BE9D) is known color: Soft Amber. HEX triplet: D2, BE and 9D. RGB value is (210,190,157). Sum of RGB (Red+Green+Blue) = 210+190+157=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BE9D is #2D4162. Grayscale: #C0C0C0. Windows color (decimal): -2965859 or 10338002. OLE color: 10338002.

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

Color convert

RGB 210 190 157 -
CMYK 0 0.10 0.25 0.18
HSL 37.36º 0.37% 0.72% -
HSV(B) 37.36º 0.25% 0.82% -
XYZ 51.08 52.96 39.43 -
YUV 192.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 210 190 157 0 0.10 0.25 0.18 37.36 0.37 0.72
Hex D2 BE 9D 0 A 19 12 25 25 48
Octal 322 276 235 0 12 31 22 45 45 110
Binary 11010010 10111110 10011101 0 1010 11001 10010 100101 100101 1001000

Color Harmonies of #D2BE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BE9D

Black with #D2BE9D

Text Example


Text Example

White with #D2BE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BE9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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