#D7B9AE

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

Shades of Wafer #D7B9AE

Tints of Wafer #D7B9AE

Color information

#D7B9AE (or 0xD7B9AE) is unknown color: approx Wafer. HEX triplet: D7, B9 and AE. RGB value is (215,185,174). Sum of RGB (Red+Green+Blue) = 215+185+174=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B9AE is #284651. Grayscale: #C0C0C0. Windows color (decimal): -2639442 or 11450839. OLE color: 11450839.

HSL color Cylindrical-coordinate representation of color #D7B9AE: hue angle of 16.1º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7B9AE is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215185174-
CMYK00.140.190.16
HSL16.1º33.88%76.27%-
HSV(B)16.1º19.07%84.31%-
XYZ53.0152.247.33-
YUV192.72117.44143.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.46%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=37.46%
G=32.23%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518517400.140.190.1616.133.8876.27
HexD7B9AE0E131010224c
Octal32727125601623202042114
Binary110101111011100110101110011101001110000100001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B9AE; }

 p { color: rgb(215,185,174); }

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

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

 a { background-color: rgb(215,185,174); }

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

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

 span { border-color: rgb(215,185,174); }

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