Html Css Color HEX #D2BD9E Soft Amber

📋 copy color: '#D2BD9E'

red 210 ◦ green 189 ◦ blue 158

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

Shades of Soft Amber #D2BD9E

Tints of Soft Amber #D2BD9E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.93%

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

R = 37.7%
G = 33.93%
B = 28.37%

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

#D2BD9E (or 0xD2BD9E) is known color: Soft Amber. HEX triplet: D2, BD and 9E. RGB value is (210,189,158). Sum of RGB (Red+Green+Blue) = 210+189+158=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BD9E is #2D4261. Grayscale: #BFBFBF. Windows color (decimal): -2966114 or 10403282. OLE color: 10403282.

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

Color convert

RGB 210 189 158 -
CMYK 0 0.10 0.25 0.18
HSL 35.77º 0.37% 0.72% -
HSV(B) 35.77º 0.25% 0.82% -
XYZ 50.95 52.57 39.81 -
YUV 191.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 210 189 158 0 0.10 0.25 0.18 35.77 0.37 0.72
Hex D2 BD 9E 0 A 19 12 24 25 48
Octal 322 275 236 0 12 31 22 44 45 110
Binary 11010010 10111101 10011110 0 1010 11001 10010 100100 100101 1001000

Color Harmonies of #D2BD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BD9E

Black with #D2BD9E

Text Example


Text Example

White with #D2BD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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