#DAB09F

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

Shades of Clam Shell #DAB09F

Tints of Clam Shell #DAB09F

Color information

#DAB09F (or 0xDAB09F) is unknown color: approx Clam Shell. HEX triplet: DA, B0 and 9F. RGB value is (218,176,159). Sum of RGB (Red+Green+Blue) = 218+176+159=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB09F is #254F60. Grayscale: #BABABA. Windows color (decimal): -2445153 or 10465498. OLE color: 10465498.

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

Color convert

RGB218176159-
CMYK00.190.270.15
HSL17.29º44.36%73.92%-
HSV(B)17.29º27.06%85.49%-
XYZ50.748.4639.48-
YUV186.62112.41150.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 176 (69.14% from 255) = 31.83%
BLUE value IS 159 (62.5% from 255) = 28.75%
R=39.42%
G=31.83%
B=28.75%

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
Decimal21817615900.190.270.1517.2944.3673.92
HexDAB09F0131BF112c4a
Octal33226023702333172154112
Binary110110101011000010011111010011110111111100011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB09F; }

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

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

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

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

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

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

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

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