#DAB2A4

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

Shades of Clam Shell #DAB2A4

Tints of Clam Shell #DAB2A4

Color information

#DAB2A4 (or 0xDAB2A4) is unknown color: approx Clam Shell. HEX triplet: DA, B2 and A4. RGB value is (218,178,164). Sum of RGB (Red+Green+Blue) = 218+178+164=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB2A4 is #254D5B. Grayscale: #BCBCBC. Windows color (decimal): -2444636 or 10793690. OLE color: 10793690.

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

Color convert

RGB218178164-
CMYK00.180.250.15
HSL15.56º42.19%74.9%-
HSV(B)15.56º24.77%85.49%-
XYZ51.5349.4341.95-
YUV188.36114.25149.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 178 (69.92% from 255) = 31.79%
BLUE value IS 164 (64.45% from 255) = 29.29%
R=38.93%
G=31.79%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817816400.180.250.1515.5642.1974.9
HexDAB2A401219F102a4b
Octal33226224402231172052113
Binary110110101011001010100100010010110011111100001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2A4; }

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

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

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

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

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

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

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

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