Html Css Color HEX #D4BDA0 Soft Amber

📋 copy color: '#D4BDA0'

red 212 ◦ green 189 ◦ blue 160

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

Shades of Soft Amber #D4BDA0

Tints of Soft Amber #D4BDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.52%

R = 37.79%
G = 33.69%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4BDA0 (or 0xD4BDA0) is known color: Soft Amber. HEX triplet: D4, BD and A0. RGB value is (212,189,160). Sum of RGB (Red+Green+Blue) = 212+189+160=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BDA0 is #2B425F. Grayscale: #C0C0C0. Windows color (decimal): -2835040 or 10534356. OLE color: 10534356.

HSL color Cylindrical-coordinate representation of color #D4BDA0: hue angle of 33.46º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4BDA0 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 189 160 -
CMYK 0 0.11 0.25 0.17
HSL 33.46º 0.38% 0.73% -
HSV(B) 33.46º 0.25% 0.83% -
XYZ 51.69 52.93 40.75 -
YUV 192.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 212 189 160 0 0.11 0.25 0.17 33.46 0.38 0.73
Hex D4 BD A0 0 B 19 11 21 26 49
Octal 324 275 240 0 13 31 21 41 46 111
Binary 11010100 10111101 10100000 0 1011 11001 10001 100001 100110 1001001

Color Harmonies of #D4BDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BDA0

Black with #D4BDA0

Text Example


Text Example

White with #D4BDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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