#D6BD9D

Color #D6BD9D Soft Amber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soft Amber #D6BD9D

Tints of Soft Amber #D6BD9D

Color information

#D6BD9D (or 0xD6BD9D) is unknown color: approx Soft Amber. HEX triplet: D6, BD and 9D. RGB value is (214,189,157). Sum of RGB (Red+Green+Blue) = 214+189+157=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BD9D is #294262. Grayscale: #C0C0C0. Windows color (decimal): -2703971 or 10337750. OLE color: 10337750.

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

Color convert

RGB214189157-
CMYK00.120.270.16
HSL33.68º41.01%72.75%-
HSV(B)33.68º26.64%83.92%-
XYZ52.0153.1339.41-
YUV192.83107.78143.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.21%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 157 (61.72% from 255) = 28.04%
R=38.21%
G=33.75%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418915700.120.270.1633.6841.0172.75
HexD6BD9D0C1B10222949
Octal32627523501433204251111
Binary1101011010111101100111010110011011100001000101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BD9D; }

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

 H1.HeaderClassName
 {
   color: #D6BD9D;
 }
 .AnyTagClassName
 {
   color: #D6BD9D;
 }
</style>
background-color css

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

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

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

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

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

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