#DAB7AB

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

Shades of Clam Shell #DAB7AB

Tints of Clam Shell #DAB7AB

Color information

#DAB7AB (or 0xDAB7AB) is unknown color: approx Clam Shell. HEX triplet: DA, B7 and AB. RGB value is (218,183,171). Sum of RGB (Red+Green+Blue) = 218+183+171=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB7AB is #254854. Grayscale: #C0C0C0. Windows color (decimal): -2443349 or 11253722. OLE color: 11253722.

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

Color convert

RGB218183171-
CMYK00.160.220.15
HSL15.32º38.84%76.27%-
HSV(B)15.32º21.56%85.49%-
XYZ53.251.7145.71-
YUV192.1116.1146.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 183 (71.88% from 255) = 31.99%
BLUE value IS 171 (67.19% from 255) = 29.90%
R=38.11%
G=31.99%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818317100.160.220.1515.3238.8476.27
HexDAB7AB01016Ff274c
Octal33226725302026171747114
Binary11011010101101111010101101000010110111111111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB7AB; }

 p { color: rgb(218,183,171); }

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

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

 a { background-color: rgb(218,183,171); }

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

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

 span { border-color: rgb(218,183,171); }

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