#DAB19E

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

Shades of Clam Shell #DAB19E

Tints of Clam Shell #DAB19E

Color information

#DAB19E (or 0xDAB19E) is unknown color: approx Clam Shell. HEX triplet: DA, B1 and 9E. RGB value is (218,177,158). Sum of RGB (Red+Green+Blue) = 218+177+158=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB19E is #254E61. Grayscale: #BBBBBB. Windows color (decimal): -2444898 or 10400218. OLE color: 10400218.

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

Color convert

RGB218177158-
CMYK00.190.280.15
HSL19º44.78%73.73%-
HSV(B)19º27.52%85.49%-
XYZ50.8148.8239.09-
YUV187.09111.58150.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 177 (69.53% from 255) = 32.01%
BLUE value IS 158 (62.11% from 255) = 28.57%
R=39.42%
G=32.01%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817715800.190.280.151944.7873.73
HexDAB19E0131CF132d4a
Octal33226123602334172355112
Binary110110101011000110011110010011111001111100111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB19E; }

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

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

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

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

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

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

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

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