#D5B8AE

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

Shades of Wafer #D5B8AE

Tints of Wafer #D5B8AE

Color information

#D5B8AE (or 0xD5B8AE) is unknown color: approx Wafer. HEX triplet: D5, B8 and AE. RGB value is (213,184,174). Sum of RGB (Red+Green+Blue) = 213+184+174=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B8AE is #2A4751. Grayscale: #BFBFBF. Windows color (decimal): -2770770 or 11450581. OLE color: 11450581.

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

Color convert

RGB213184174-
CMYK00.140.180.16
HSL15.38º31.71%75.88%-
HSV(B)15.38º18.31%83.53%-
XYZ52.2251.4847.23-
YUV191.53118.11143.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.30%
GREEN value IS 184 (72.27% from 255) = 32.22%
BLUE value IS 174 (68.36% from 255) = 30.47%
R=37.30%
G=32.22%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318417400.140.180.1615.3831.7175.88
HexD5B8AE0E1210f204c
Octal32527025601622201740114
Binary11010101101110001010111001110100101000011111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B8AE; }

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

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

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

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

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

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

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

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