#DAB3AA

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

Shades of Clam Shell #DAB3AA

Tints of Clam Shell #DAB3AA

Color information

#DAB3AA (or 0xDAB3AA) is unknown color: approx Clam Shell. HEX triplet: DA, B3 and AA. RGB value is (218,179,170). Sum of RGB (Red+Green+Blue) = 218+179+170=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 179 (70.31% from 255 or 31.57% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB3AA is #254C55. Grayscale: #BDBDBD. Windows color (decimal): -2444374 or 11187162. OLE color: 11187162.

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

Color convert

RGB218179170-
CMYK00.180.220.15
HSL11.25º39.34%76.08%-
HSV(B)11.25º22.02%85.49%-
XYZ52.2950.0544.93-
YUV189.64116.92148.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 179 (70.31% from 255) = 31.57%
BLUE value IS 170 (66.80% from 255) = 29.98%
R=38.45%
G=31.57%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817917000.180.220.1511.2539.3476.08
HexDAB3AA01216Fb274c
Octal33226325202226171347114
Binary11011010101100111010101001001010110111110111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB3AA; }

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

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

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

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

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

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

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

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