#D6BF9E

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

Shades of Soft Amber #D6BF9E

Tints of Soft Amber #D6BF9E

Color information

#D6BF9E (or 0xD6BF9E) is unknown color: approx Soft Amber. HEX triplet: D6, BF and 9E. RGB value is (214,191,158). Sum of RGB (Red+Green+Blue) = 214+191+158=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 158 (62.11% from 255 or 28.06% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BF9E is #294061. Grayscale: #C2C2C2. Windows color (decimal): -2703458 or 10403798. OLE color: 10403798.

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

Color convert

RGB214191158-
CMYK00.110.260.16
HSL35.36º40.58%72.94%-
HSV(B)35.36º26.17%83.92%-
XYZ52.5354.0340.01-
YUV194.11107.62142.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 158 (62.11% from 255) = 28.06%
R=38.01%
G=33.93%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419115800.110.260.1635.3640.5872.94
HexD6BF9E0B1A10232949
Octal32627723601332204351111
Binary1101011010111111100111100101111010100001000111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BF9E; }

 p { color: rgb(214,191,158); }

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

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

 a { background-color: rgb(214,191,158); }

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

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

 span { border-color: rgb(214,191,158); }

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