#D7BD9D

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

Shades of Soft Amber #D7BD9D

Tints of Soft Amber #D7BD9D

Color information

#D7BD9D (or 0xD7BD9D) is unknown color: approx Soft Amber. HEX triplet: D7, BD and 9D. RGB value is (215,189,157). Sum of RGB (Red+Green+Blue) = 215+189+157=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BD9D is #284262. Grayscale: #C1C1C1. Windows color (decimal): -2638435 or 10337751. OLE color: 10337751.

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

Color convert

RGB215189157-
CMYK00.120.270.16
HSL33.1º42.03%72.94%-
HSV(B)33.1º26.98%84.31%-
XYZ52.3153.2839.42-
YUV193.13107.61143.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.32%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 157 (61.72% from 255) = 27.99%
R=38.32%
G=33.69%
B=27.99%

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
Decimal21518915700.120.270.1633.142.0372.94
HexD7BD9D0C1B10212a49
Octal32727523501433204152111
Binary1101011110111101100111010110011011100001000011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BD9D; }

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

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

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

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

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

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

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

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