Html Css Color HEX #D6BDA0 Soft Amber

📋 copy color: '#D6BDA0'

red 214 ◦ green 189 ◦ blue 160

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

Shades of Soft Amber #D6BDA0

Tints of Soft Amber #D6BDA0

RGB

 RED value IS 214 (83.98% from 255) = 38.01%

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

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

R = 38.01%
G = 33.57%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D6BDA0 (or 0xD6BDA0) is known color: Soft Amber. HEX triplet: D6, BD and A0. RGB value is (214,189,160). Sum of RGB (Red+Green+Blue) = 214+189+160=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BDA0 is #29425F. Grayscale: #C1C1C1. Windows color (decimal): -2703968 or 10534358. OLE color: 10534358.

HSL color Cylindrical-coordinate representation of color #D6BDA0: hue angle of 32.22º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6BDA0 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 189 160 -
CMYK 0 0.12 0.25 0.16
HSL 32.22º 0.4% 0.73% -
HSV(B) 32.22º 0.25% 0.84% -
XYZ 52.27 53.23 40.78 -
YUV 193.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 214 189 160 0 0.12 0.25 0.16 32.22 0.4 0.73
Hex D6 BD A0 0 C 19 10 20 28 49
Octal 326 275 240 0 14 31 20 40 50 111
Binary 11010110 10111101 10100000 0 1100 11001 10000 100000 101000 1001001

Color Harmonies of #D6BDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BDA0

Black with #D6BDA0

Text Example


Text Example

White with #D6BDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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