#DAB4A6

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

Shades of Clam Shell #DAB4A6

Tints of Clam Shell #DAB4A6

Color information

#DAB4A6 (or 0xDAB4A6) is unknown color: approx Clam Shell. HEX triplet: DA, B4 and A6. RGB value is (218,180,166). Sum of RGB (Red+Green+Blue) = 218+180+166=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 180 (70.70% from 255 or 31.91% from 564); Blue value is 166 (65.23% from 255 or 29.43% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB4A6 is #254B59. Grayscale: #BDBDBD. Windows color (decimal): -2444122 or 10925274. OLE color: 10925274.

HSL color Cylindrical-coordinate representation of color #DAB4A6: hue angle of 16.15º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAB4A6 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB218180166-
CMYK00.170.240.15
HSL16.15º41.27%75.29%-
HSV(B)16.15º23.85%85.49%-
XYZ52.1250.343.04-
YUV189.77114.59148.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 180 (70.70% from 255) = 31.91%
BLUE value IS 166 (65.23% from 255) = 29.43%
R=38.65%
G=31.91%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818016600.170.240.1516.1541.2775.29
HexDAB4A601118F10294b
Octal33226424602130172051113
Binary110110101011010010100110010001110001111100001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB4A6; }

 p { color: rgb(218,180,166); }

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

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

 a { background-color: rgb(218,180,166); }

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

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

 span { border-color: rgb(218,180,166); }

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