#D6BE9D

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

Shades of Soft Amber #D6BE9D

Tints of Soft Amber #D6BE9D

Color information

#D6BE9D (or 0xD6BE9D) is unknown color: approx Soft Amber. HEX triplet: D6, BE and 9D. RGB value is (214,190,157). Sum of RGB (Red+Green+Blue) = 214+190+157=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BE9D is #294162. Grayscale: #C1C1C1. Windows color (decimal): -2703715 or 10338006. OLE color: 10338006.

HSL color Cylindrical-coordinate representation of color #D6BE9D: hue angle of 34.74º 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 #D6BE9D is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB214190157-
CMYK00.110.270.16
HSL34.74º41.01%72.75%-
HSV(B)34.74º26.64%83.92%-
XYZ52.2353.5639.48-
YUV193.41107.45142.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.15%
GREEN value IS 190 (74.61% from 255) = 33.87%
BLUE value IS 157 (61.72% from 255) = 27.99%
R=38.15%
G=33.87%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419015700.110.270.1634.7441.0172.75
HexD6BE9D0B1B10232949
Octal32627623501333204351111
Binary1101011010111110100111010101111011100001000111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BE9D; }

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

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

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

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

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

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

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

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