#DAB7AA

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

Shades of Clam Shell #DAB7AA

Tints of Clam Shell #DAB7AA

Color information

#DAB7AA (or 0xDAB7AA) is unknown color: approx Clam Shell. HEX triplet: DA, B7 and AA. RGB value is (218,183,170). Sum of RGB (Red+Green+Blue) = 218+183+170=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB7AA is #254855. Grayscale: #C0C0C0. Windows color (decimal): -2443350 or 11188186. OLE color: 11188186.

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

Color convert

RGB218183170-
CMYK00.160.220.15
HSL16.25º39.34%76.08%-
HSV(B)16.25º22.02%85.49%-
XYZ53.151.6745.21-
YUV191.98115.6146.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 183 (71.88% from 255) = 32.05%
BLUE value IS 170 (66.80% from 255) = 29.77%
R=38.18%
G=32.05%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818317000.160.220.1516.2539.3476.08
HexDAB7AA01016F10274c
Octal33226725202026172047114
Binary110110101011011110101010010000101101111100001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB7AA; }

 p { color: rgb(218,183,170); }

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

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

 a { background-color: rgb(218,183,170); }

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

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

 span { border-color: rgb(218,183,170); }

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