#DAB29F

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

Shades of Clam Shell #DAB29F

Tints of Clam Shell #DAB29F

Color information

#DAB29F (or 0xDAB29F) is unknown color: approx Clam Shell. HEX triplet: DA, B2 and 9F. RGB value is (218,178,159). Sum of RGB (Red+Green+Blue) = 218+178+159=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB29F is #254D60. Grayscale: #BBBBBB. Windows color (decimal): -2444641 or 10466010. OLE color: 10466010.

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

Color convert

RGB218178159-
CMYK00.180.270.15
HSL19.32º44.36%73.92%-
HSV(B)19.32º27.06%85.49%-
XYZ51.0949.2539.61-
YUV187.79111.75149.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.28%
GREEN value IS 178 (69.92% from 255) = 32.07%
BLUE value IS 159 (62.5% from 255) = 28.65%
R=39.28%
G=32.07%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817815900.180.270.1519.3244.3673.92
HexDAB29F0121BF132c4a
Octal33226223702233172354112
Binary110110101011001010011111010010110111111100111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB29F; }

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

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

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

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

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

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

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

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