Html Css Color HEX #DAB19F Clam Shell

📋 copy color: '#DAB19F'

red 218 ◦ green 177 ◦ blue 159

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

Shades of Clam Shell #DAB19F

Tints of Clam Shell #DAB19F

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.7%

R = 39.35%
G = 31.95%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DAB19F (or 0xDAB19F) is known color: 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

RGB 218 177 159 -
CMYK 0 0.19 0.27 0.15
HSL 18.31º 0.44% 0.74% -
HSV(B) 18.31º 0.27% 0.85% -
XYZ 50.89 48.85 39.55 -
YUV 187.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 218 177 159 0 0.19 0.27 0.15 18.31 0.44 0.74
Hex DA B1 9F 0 13 1B F 12 2C 4A
Octal 332 261 237 0 23 33 17 22 54 112
Binary 11011010 10110001 10011111 0 10011 11011 1111 10010 101100 1001010

Color Harmonies of #DAB19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB19F

Black with #DAB19F

Text Example


Text Example

White with #DAB19F

Text Example


Text Example

HTML Codes & Css Web 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>