#D7B8AE

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

Shades of Wafer #D7B8AE

Tints of Wafer #D7B8AE

Color information

#D7B8AE (or 0xD7B8AE) is unknown color: approx Wafer. HEX triplet: D7, B8 and AE. RGB value is (215,184,174). Sum of RGB (Red+Green+Blue) = 215+184+174=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B8AE is #284751. Grayscale: #C0C0C0. Windows color (decimal): -2639698 or 11450583. OLE color: 11450583.

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

Color convert

RGB215184174-
CMYK00.140.190.16
HSL14.63º33.88%76.27%-
HSV(B)14.63º19.07%84.31%-
XYZ52.851.7847.26-
YUV192.13117.77144.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.52%
GREEN value IS 184 (72.27% from 255) = 32.11%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=37.52%
G=32.11%
B=30.37%

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
Decimal21518417400.140.190.1614.6333.8876.27
HexD7B8AE0E1310f224c
Octal32727025601623201742114
Binary11010111101110001010111001110100111000011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B8AE; }

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

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

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

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

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

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

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

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