Html Css Color HEX #D2BDA9 Soft Amber

📋 copy color: '#D2BDA9'

red 210 ◦ green 189 ◦ blue 169

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

Shades of Soft Amber #D2BDA9

Tints of Soft Amber #D2BDA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 29.75%

R = 36.97%
G = 33.27%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D2BDA9 (or 0xD2BDA9) is known color: Soft Amber. HEX triplet: D2, BD and A9. RGB value is (210,189,169). Sum of RGB (Red+Green+Blue) = 210+189+169=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 169 (66.41% from 255 or 29.75% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BDA9 is #2D4256. Grayscale: #C1C1C1. Windows color (decimal): -2966103 or 11124178. OLE color: 11124178.

HSL color Cylindrical-coordinate representation of color #D2BDA9: hue angle of 29.27º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2BDA9 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 189 169 -
CMYK 0 0.10 0.20 0.18
HSL 29.27º 0.31% 0.74% -
HSV(B) 29.27º 0.2% 0.82% -
XYZ 51.94 52.96 45.02 -
YUV 193 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 210 189 169 0 0.10 0.20 0.18 29.27 0.31 0.74
Hex D2 BD A9 0 A 14 12 1D 1F 4A
Octal 322 275 251 0 12 24 22 35 37 112
Binary 11010010 10111101 10101001 0 1010 10100 10010 11101 11111 1001010

Color Harmonies of #D2BDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BDA9

Black with #D2BDA9

Text Example


Text Example

White with #D2BDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BDA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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