#D9B8AE

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

Shades of Wafer #D9B8AE

Tints of Wafer #D9B8AE

Color information

#D9B8AE (or 0xD9B8AE) is unknown color: approx Wafer. HEX triplet: D9, B8 and AE. RGB value is (217,184,174). Sum of RGB (Red+Green+Blue) = 217+184+174=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B8AE is #264751. Grayscale: #C0C0C0. Windows color (decimal): -2508626 or 11450585. OLE color: 11450585.

HSL color Cylindrical-coordinate representation of color #D9B8AE: hue angle of 13.95º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9B8AE is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217184174-
CMYK00.150.200.15
HSL13.95º36.13%76.67%-
HSV(B)13.95º19.82%85.1%-
XYZ53.452.0947.28-
YUV192.73117.43145.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 184 (72.27% from 255) = 32%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=37.74%
G=32%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718417400.150.200.1513.9536.1376.67
HexD9B8AE0F14Fe244d
Octal33127025601724171644115
Binary1101100110111000101011100111110100111111101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B8AE; }

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

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

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

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

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

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

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

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