#DAB9AB

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

Shades of Wafer #DAB9AB

Tints of Wafer #DAB9AB

Color information

#DAB9AB (or 0xDAB9AB) is unknown color: approx Wafer. HEX triplet: DA, B9 and AB. RGB value is (218,185,171). Sum of RGB (Red+Green+Blue) = 218+185+171=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB9AB is #254654. Grayscale: #C1C1C1. Windows color (decimal): -2442837 or 11254234. OLE color: 11254234.

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

Color convert

RGB218185171-
CMYK00.150.220.15
HSL17.87º38.84%76.27%-
HSV(B)17.87º21.56%85.49%-
XYZ53.6152.5445.84-
YUV193.27115.43145.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 185 (72.66% from 255) = 32.23%
BLUE value IS 171 (67.19% from 255) = 29.79%
R=37.98%
G=32.23%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818517100.150.220.1517.8738.8476.27
HexDAB9AB0F16F12274c
Octal33227125301726172247114
Binary11011010101110011010101101111101101111100101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB9AB; }

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

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

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

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

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

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

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

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