Html Css Color HEX #DAB39F Clam Shell

📋 copy color: '#DAB39F'

red 218 ◦ green 179 ◦ blue 159

#DAB39F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clam Shell #DAB39F

Tints of Clam Shell #DAB39F

RGB

 RED value IS 218 (85.55% from 255) = 39.21%

 GREEN value IS 179 (70.31% from 255) = 32.19%

 BLUE value IS 159 (62.5% from 255) = 28.6%

R = 39.21%
G = 32.19%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DAB39F (or 0xDAB39F) is known color: Clam Shell. HEX triplet: DA, B3 and 9F. RGB value is (218,179,159). Sum of RGB (Red+Green+Blue) = 218+179+159=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 179 (70.31% from 255 or 32.19% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB39F is #254C60. Grayscale: #BCBCBC. Windows color (decimal): -2444385 or 10466266. OLE color: 10466266.

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

Color convert

RGB 218 179 159 -
CMYK 0 0.18 0.27 0.15
HSL 20.34º 0.44% 0.74% -
HSV(B) 20.34º 0.27% 0.85% -
XYZ 51.29 49.65 39.68 -
YUV 188.38 111.42 149.13 -
System Red Green Blue C M Y K H S L
Decimal 218 179 159 0 0.18 0.27 0.15 20.34 0.44 0.74
Hex DA B3 9F 0 12 1B F 14 2C 4A
Octal 332 263 237 0 22 33 17 24 54 112
Binary 11011010 10110011 10011111 0 10010 11011 1111 10100 101100 1001010

Color Harmonies of #DAB39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB39F

Black with #DAB39F

Text Example


Text Example

White with #DAB39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB39F; }

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

 H1.HeaderClassName
 {
   color: #DAB39F;
 }
 .AnyTagClassName
 {
   color: #DAB39F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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