#D4B8AE

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

Shades of Wafer #D4B8AE

Tints of Wafer #D4B8AE

Color information

#D4B8AE (or 0xD4B8AE) is unknown color: approx Wafer. HEX triplet: D4, B8 and AE. RGB value is (212,184,174). Sum of RGB (Red+Green+Blue) = 212+184+174=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B8AE is #2B4751. Grayscale: #BFBFBF. Windows color (decimal): -2836306 or 11450580. OLE color: 11450580.

HSL color Cylindrical-coordinate representation of color #D4B8AE: hue angle of 15.79º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4B8AE is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212184174-
CMYK00.130.180.17
HSL15.79º30.65%75.69%-
HSV(B)15.79º17.92%83.14%-
XYZ51.9351.3347.22-
YUV191.23118.28142.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.19%
GREEN value IS 184 (72.27% from 255) = 32.28%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=37.19%
G=32.28%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218417400.130.180.1715.7930.6575.69
HexD4B8AE0D1211101f4c
Octal32427025601522212037114
Binary11010100101110001010111001101100101000110000111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B8AE; }

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

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

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

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

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

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

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

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