#DAB6AA

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

Shades of Clam Shell #DAB6AA

Tints of Clam Shell #DAB6AA

Color information

#DAB6AA (or 0xDAB6AA) is unknown color: approx Clam Shell. HEX triplet: DA, B6 and AA. RGB value is (218,182,170). Sum of RGB (Red+Green+Blue) = 218+182+170=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB6AA is #254955. Grayscale: #BFBFBF. Windows color (decimal): -2443606 or 11187930. OLE color: 11187930.

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

Color convert

RGB218182170-
CMYK00.170.220.15
HSL15º39.34%76.08%-
HSV(B)15º22.02%85.49%-
XYZ52.951.2645.14-
YUV191.4115.93146.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 182 (71.48% from 255) = 31.93%
BLUE value IS 170 (66.80% from 255) = 29.82%
R=38.25%
G=31.93%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818217000.170.220.151539.3476.08
HexDAB6AA01116Ff274c
Octal33226625202126171747114
Binary11011010101101101010101001000110110111111111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB6AA; }

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

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

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

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

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

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

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

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