#DAB8AD

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

Shades of Wafer #DAB8AD

Tints of Wafer #DAB8AD

Color information

#DAB8AD (or 0xDAB8AD) is unknown color: approx Wafer. HEX triplet: DA, B8 and AD. RGB value is (218,184,173). Sum of RGB (Red+Green+Blue) = 218+184+173=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB8AD is #254752. Grayscale: #C0C0C0. Windows color (decimal): -2443091 or 11385050. OLE color: 11385050.

HSL color Cylindrical-coordinate representation of color #DAB8AD: hue angle of 14.67º 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 #DAB8AD is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB218184173-
CMYK00.160.210.15
HSL14.67º37.82%76.67%-
HSV(B)14.67º20.64%85.49%-
XYZ53.652.246.79-
YUV192.91116.76145.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 184 (72.27% from 255) = 32%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=37.91%
G=32%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818417300.160.210.1514.6737.8276.67
HexDAB8AD01015Ff264d
Octal33227025502025171746115
Binary11011010101110001010110101000010101111111111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB8AD; }

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

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

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

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

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

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

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

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