Html Css Color HEX #D9ADA6 Clam Shell

📋 copy color: '#D9ADA6'

red 217 ◦ green 173 ◦ blue 166

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

Shades of Clam Shell #D9ADA6

Tints of Clam Shell #D9ADA6

RGB

 RED value IS 217 (85.16% from 255) = 39.03%

 GREEN value IS 173 (67.97% from 255) = 31.12%

 BLUE value IS 166 (65.23% from 255) = 29.86%

R = 39.03%
G = 31.12%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D9ADA6 (or 0xD9ADA6) is known color: Clam Shell. HEX triplet: D9, AD and A6. RGB value is (217,173,166). Sum of RGB (Red+Green+Blue) = 217+173+166=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9ADA6 is #265259. Grayscale: #B9B9B9. Windows color (decimal): -2511450 or 10923481. OLE color: 10923481.

HSL color Cylindrical-coordinate representation of color #D9ADA6: hue angle of 8.24º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9ADA6 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 173 166 -
CMYK 0 0.20 0.24 0.15
HSL 8.24º 0.4% 0.75% -
HSV(B) 8.24º 0.24% 0.85% -
XYZ 50.44 47.39 42.57 -
YUV 185.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 217 173 166 0 0.20 0.24 0.15 8.24 0.4 0.75
Hex D9 AD A6 0 14 18 F 8 28 4B
Octal 331 255 246 0 24 30 17 10 50 113
Binary 11011001 10101101 10100110 0 10100 11000 1111 1000 101000 1001011

Color Harmonies of #D9ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ADA6

Black with #D9ADA6

Text Example


Text Example

White with #D9ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ADA6; }

 p { color: rgb(217,173,166); }

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

background-color css

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

 a { background-color: rgb(217,173,166); }

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

border-color css

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

 span { border-color: rgb(217,173,166); }

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