#D2B9AD

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

Shades of Wafer #D2B9AD

Tints of Wafer #D2B9AD

Color information

#D2B9AD (or 0xD2B9AD) is unknown color: approx Wafer. HEX triplet: D2, B9 and AD. RGB value is (210,185,173). Sum of RGB (Red+Green+Blue) = 210+185+173=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B9AD is #2D4652. Grayscale: #BFBFBF. Windows color (decimal): -2967123 or 11385298. OLE color: 11385298.

HSL color Cylindrical-coordinate representation of color #D2B9AD: hue angle of 19.46º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2B9AD is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB210185173-
CMYK00.120.180.18
HSL19.46º29.13%75.1%-
HSV(B)19.46º17.62%82.35%-
XYZ51.4751.4246.75-
YUV191.11117.78141.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.97%
GREEN value IS 185 (72.66% from 255) = 32.57%
BLUE value IS 173 (67.97% from 255) = 30.46%
R=36.97%
G=32.57%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018517300.120.180.1819.4629.1375.1
HexD2B9AD0C1212131d4b
Octal32227125501422222335113
Binary11010010101110011010110101100100101001010011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B9AD; }

 p { color: rgb(210,185,173); }

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

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

 a { background-color: rgb(210,185,173); }

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

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

 span { border-color: rgb(210,185,173); }

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