Html Css Color HEX #D4BDA5 Soft Amber

📋 copy color: '#D4BDA5'

red 212 ◦ green 189 ◦ blue 165

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

Shades of Soft Amber #D4BDA5

Tints of Soft Amber #D4BDA5

RGB

 RED value IS 212 (83.2% from 255) = 37.46%

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

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

R = 37.46%
G = 33.39%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D4BDA5 (or 0xD4BDA5) is known color: Soft Amber. HEX triplet: D4, BD and A5. RGB value is (212,189,165). Sum of RGB (Red+Green+Blue) = 212+189+165=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 165 (64.84% from 255 or 29.15% from 566); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BDA5 is #2B425A. Grayscale: #C1C1C1. Windows color (decimal): -2835035 or 10862036. OLE color: 10862036.

HSL color Cylindrical-coordinate representation of color #D4BDA5: hue angle of 30.64º degrees, saturation: 0.35, 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 #D4BDA5 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 189 165 -
CMYK 0 0.11 0.22 0.17
HSL 30.64º 0.35% 0.74% -
HSV(B) 30.64º 0.22% 0.83% -
XYZ 52.14 53.11 43.1 -
YUV 193.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 212 189 165 0 0.11 0.22 0.17 30.64 0.35 0.74
Hex D4 BD A5 0 B 16 11 1F 23 4A
Octal 324 275 245 0 13 26 21 37 43 112
Binary 11010100 10111101 10100101 0 1011 10110 10001 11111 100011 1001010

Color Harmonies of #D4BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BDA5

Black with #D4BDA5

Text Example


Text Example

White with #D4BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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