Html Css Color HEX #D3BDA5 Soft Amber

📋 copy color: '#D3BDA5'

red 211 ◦ green 189 ◦ blue 165

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

Shades of Soft Amber #D3BDA5

Tints of Soft Amber #D3BDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.2%

R = 37.35%
G = 33.45%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D3BDA5 (or 0xD3BDA5) is known color: Soft Amber. HEX triplet: D3, BD and A5. RGB value is (211,189,165). Sum of RGB (Red+Green+Blue) = 211+189+165=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BDA5 is #2C425A. Grayscale: #C0C0C0. Windows color (decimal): -2900571 or 10862035. OLE color: 10862035.

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

Color convert

RGB 211 189 165 -
CMYK 0 0.10 0.22 0.17
HSL 31.3º 0.34% 0.74% -
HSV(B) 31.3º 0.22% 0.83% -
XYZ 51.85 52.96 43.09 -
YUV 192.84 112.29 140.95 -
System Red Green Blue C M Y K H S L
Decimal 211 189 165 0 0.10 0.22 0.17 31.3 0.34 0.74
Hex D3 BD A5 0 A 16 11 1F 22 4A
Octal 323 275 245 0 12 26 21 37 42 112
Binary 11010011 10111101 10100101 0 1010 10110 10001 11111 100010 1001010

Color Harmonies of #D3BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BDA5

Black with #D3BDA5

Text Example


Text Example

White with #D3BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BDA5; }

 p { color: rgb(211,189,165); }

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

background-color css

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

 a { background-color: rgb(211,189,165); }

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

border-color css

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

 span { border-color: rgb(211,189,165); }

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