#DAB5AA

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

Shades of Clam Shell #DAB5AA

Tints of Clam Shell #DAB5AA

Color information

#DAB5AA (or 0xDAB5AA) is unknown color: approx Clam Shell. HEX triplet: DA, B5 and AA. RGB value is (218,181,170). Sum of RGB (Red+Green+Blue) = 218+181+170=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 181 (71.09% from 255 or 31.81% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB5AA is #254A55. Grayscale: #BEBEBE. Windows color (decimal): -2443862 or 11187674. OLE color: 11187674.

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

Color convert

RGB218181170-
CMYK00.170.220.15
HSL13.75º39.34%76.08%-
HSV(B)13.75º22.02%85.49%-
XYZ52.6950.8645.07-
YUV190.81116.26147.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 181 (71.09% from 255) = 31.81%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=38.31%
G=31.81%
B=29.88%

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
Decimal21818117000.170.220.1513.7539.3476.08
HexDAB5AA01116Fe274c
Octal33226525202126171647114
Binary11011010101101011010101001000110110111111101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB5AA; }

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

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

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

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

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

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

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

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