#DAB7AC

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

Shades of Clam Shell #DAB7AC

Tints of Clam Shell #DAB7AC

Color information

#DAB7AC (or 0xDAB7AC) is unknown color: approx Clam Shell. HEX triplet: DA, B7 and AC. RGB value is (218,183,172). Sum of RGB (Red+Green+Blue) = 218+183+172=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB7AC is #254853. Grayscale: #C0C0C0. Windows color (decimal): -2443348 or 11319258. OLE color: 11319258.

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

Color convert

RGB218183172-
CMYK00.160.210.15
HSL14.35º38.33%76.47%-
HSV(B)14.35º21.1%85.49%-
XYZ53.2951.7546.21-
YUV192.21116.6146.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 183 (71.88% from 255) = 31.94%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=38.05%
G=31.94%
B=30.02%

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
Decimal21818317200.160.210.1514.3538.3376.47
HexDAB7AC01015Fe264c
Octal33226725402025171646114
Binary11011010101101111010110001000010101111111101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB7AC; }

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

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

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

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

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

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

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

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