Html Css Color HEX #DAB19E Clam Shell

📋 copy color: '#DAB19E'

red 218 ◦ green 177 ◦ blue 158

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

Shades of Clam Shell #DAB19E

Tints of Clam Shell #DAB19E

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 value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

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

RGB 218 177 158 -
CMYK 0 0.19 0.28 0.15
HSL 19º 0.45% 0.74% -
HSV(B) 19º 0.28% 0.85% -
XYZ 50.81 48.82 39.09 -
YUV 187.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 218 177 158 0 0.19 0.28 0.15 19 0.45 0.74
Hex DA B1 9E 0 13 1C F 13 2D 4A
Octal 332 261 236 0 23 34 17 23 55 112
Binary 11011010 10110001 10011110 0 10011 11100 1111 10011 101101 1001010

Color Harmonies of #DAB19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB19E

Black with #DAB19E

Text Example


Text Example

White with #DAB19E

Text Example


Text Example

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