#DAB9AD

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

Shades of Wafer #DAB9AD

Tints of Wafer #DAB9AD

Color information

#DAB9AD (or 0xDAB9AD) is unknown color: approx Wafer. HEX triplet: DA, B9 and AD. RGB value is (218,185,173). Sum of RGB (Red+Green+Blue) = 218+185+173=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB9AD is #254652. Grayscale: #C1C1C1. Windows color (decimal): -2442835 or 11385306. OLE color: 11385306.

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

Color convert

RGB218185173-
CMYK00.150.210.15
HSL16º37.82%76.67%-
HSV(B)16º20.64%85.49%-
XYZ53.8152.6246.86-
YUV193.5116.43145.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 185 (72.66% from 255) = 32.12%
BLUE value IS 173 (67.97% from 255) = 30.03%
R=37.85%
G=32.12%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818517300.150.210.151637.8276.67
HexDAB9AD0F15F10264d
Octal33227125501725172046115
Binary11011010101110011010110101111101011111100001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9AD; }

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

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

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

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

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

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

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

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