#DAB19F

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

Shades of Clam Shell #DAB19F

Tints of Clam Shell #DAB19F

Color information

#DAB19F (or 0xDAB19F) is unknown color: approx Clam Shell. HEX triplet: DA, B1 and 9F. RGB value is (218,177,159). Sum of RGB (Red+Green+Blue) = 218+177+159=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB19F is #254E60. Grayscale: #BBBBBB. Windows color (decimal): -2444897 or 10465754. OLE color: 10465754.

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

Color convert

RGB218177159-
CMYK00.190.270.15
HSL18.31º44.36%73.92%-
HSV(B)18.31º27.06%85.49%-
XYZ50.8948.8539.55-
YUV187.21112.08149.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 159 (62.5% from 255) = 28.70%
R=39.35%
G=31.95%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817715900.190.270.1518.3144.3673.92
HexDAB19F0131BF122c4a
Octal33226123702333172254112
Binary110110101011000110011111010011110111111100101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB19F; }

 p { color: rgb(218,177,159); }

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

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

 a { background-color: rgb(218,177,159); }

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

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

 span { border-color: rgb(218,177,159); }

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