Html Css Color HEX #DAB09E Clam Shell

📋 copy color: '#DAB09E'

red 218 ◦ green 176 ◦ blue 158

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

Shades of Clam Shell #DAB09E

Tints of Clam Shell #DAB09E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.88%

 BLUE value IS 158 (62.11% from 255) = 28.62%

R = 39.49%
G = 31.88%
B = 28.62%

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

#DAB09E (or 0xDAB09E) is known color: Clam Shell. HEX triplet: DA, B0 and 9E. RGB value is (218,176,158). Sum of RGB (Red+Green+Blue) = 218+176+158=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB09E is #254F61. Grayscale: #BABABA. Windows color (decimal): -2445154 or 10399962. OLE color: 10399962.

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

Color convert

RGB 218 176 158 -
CMYK 0 0.19 0.28 0.15
HSL 18º 0.45% 0.74% -
HSV(B) 18º 0.28% 0.85% -
XYZ 50.61 48.42 39.03 -
YUV 186.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 218 176 158 0 0.19 0.28 0.15 18 0.45 0.74
Hex DA B0 9E 0 13 1C F 12 2D 4A
Octal 332 260 236 0 23 34 17 22 55 112
Binary 11011010 10110000 10011110 0 10011 11100 1111 10010 101101 1001010

Color Harmonies of #DAB09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB09E

Black with #DAB09E

Text Example


Text Example

White with #DAB09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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