#D8B9AE

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

Shades of Wafer #D8B9AE

Tints of Wafer #D8B9AE

Color information

#D8B9AE (or 0xD8B9AE) is unknown color: approx Wafer. HEX triplet: D8, B9 and AE. RGB value is (216,185,174). Sum of RGB (Red+Green+Blue) = 216+185+174=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B9AE is #274651. Grayscale: #C1C1C1. Windows color (decimal): -2573906 or 11450840. OLE color: 11450840.

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

Color convert

RGB216185174-
CMYK00.140.190.15
HSL15.71º35%76.47%-
HSV(B)15.71º19.44%84.71%-
XYZ53.3152.3547.34-
YUV193.02117.27144.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.57%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=37.57%
G=32.17%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618517400.140.190.1515.713576.47
HexD8B9AE0E13F10234c
Octal33027125601623172043114
Binary11011000101110011010111001110100111111100001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B9AE; }

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

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

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

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

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

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

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

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