#DAB5A6

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

Shades of Clam Shell #DAB5A6

Tints of Clam Shell #DAB5A6

Color information

#DAB5A6 (or 0xDAB5A6) is unknown color: approx Clam Shell. HEX triplet: DA, B5 and A6. RGB value is (218,181,166). Sum of RGB (Red+Green+Blue) = 218+181+166=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 166 (65.23% from 255 or 29.38% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB5A6 is #254A59. Grayscale: #BEBEBE. Windows color (decimal): -2443866 or 10925530. OLE color: 10925530.

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

Color convert

RGB218181166-
CMYK00.170.240.15
HSL17.31º41.27%75.29%-
HSV(B)17.31º23.85%85.49%-
XYZ52.3250.7143.11-
YUV190.35114.26147.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 181 (71.09% from 255) = 32.04%
BLUE value IS 166 (65.23% from 255) = 29.38%
R=38.58%
G=32.04%
B=29.38%

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
Decimal21818116600.170.240.1517.3141.2775.29
HexDAB5A601118F11294b
Octal33226524602130172151113
Binary110110101011010110100110010001110001111100011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB5A6; }

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

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

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

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

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

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

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

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