#DAB9AC

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

Shades of Wafer #DAB9AC

Tints of Wafer #DAB9AC

Color information

#DAB9AC (or 0xDAB9AC) is unknown color: approx Wafer. HEX triplet: DA, B9 and AC. RGB value is (218,185,172). Sum of RGB (Red+Green+Blue) = 218+185+172=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB9AC is #254653. Grayscale: #C1C1C1. Windows color (decimal): -2442836 or 11319770. OLE color: 11319770.

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

Color convert

RGB218185172-
CMYK00.150.210.15
HSL16.96º38.33%76.47%-
HSV(B)16.96º21.1%85.49%-
XYZ53.7152.5846.35-
YUV193.38115.93145.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=37.91%
G=32.17%
B=29.91%

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
Decimal21818517200.150.210.1516.9638.3376.47
HexDAB9AC0F15F11264c
Octal33227125401725172146114
Binary11011010101110011010110001111101011111100011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9AC; }

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

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

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

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

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

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

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

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