#DAB2A1

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

Shades of Clam Shell #DAB2A1

Tints of Clam Shell #DAB2A1

Color information

#DAB2A1 (or 0xDAB2A1) is unknown color: approx Clam Shell. HEX triplet: DA, B2 and A1. RGB value is (218,178,161). Sum of RGB (Red+Green+Blue) = 218+178+161=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB2A1 is #254D5E. Grayscale: #BCBCBC. Windows color (decimal): -2444639 or 10597082. OLE color: 10597082.

HSL color Cylindrical-coordinate representation of color #DAB2A1: hue angle of 17.89º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAB2A1 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB218178161-
CMYK00.180.260.15
HSL17.89º43.51%74.31%-
HSV(B)17.89º26.15%85.49%-
XYZ51.2749.3240.54-
YUV188.02112.75149.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 178 (69.92% from 255) = 31.96%
BLUE value IS 161 (63.28% from 255) = 28.90%
R=39.14%
G=31.96%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817816100.180.260.1517.8943.5174.31
HexDAB2A10121AF122c4a
Octal33226224102232172254112
Binary110110101011001010100001010010110101111100101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2A1; }

 p { color: rgb(218,178,161); }

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

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

 a { background-color: rgb(218,178,161); }

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

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

 span { border-color: rgb(218,178,161); }

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