Html Css Color HEX #D6ADA5 Clam Shell

📋 copy color: '#D6ADA5'

red 214 ◦ green 173 ◦ blue 165

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

Shades of Clam Shell #D6ADA5

Tints of Clam Shell #D6ADA5

RGB

 RED value IS 214 (83.98% from 255) = 38.77%

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

 BLUE value IS 165 (64.84% from 255) = 29.89%

R = 38.77%
G = 31.34%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D6ADA5 (or 0xD6ADA5) is known color: Clam Shell. HEX triplet: D6, AD and A5. RGB value is (214,173,165). Sum of RGB (Red+Green+Blue) = 214+173+165=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ADA5 is #29525A. Grayscale: #B8B8B8. Windows color (decimal): -2708059 or 10857942. OLE color: 10857942.

HSL color Cylindrical-coordinate representation of color #D6ADA5: hue angle of 9.8º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6ADA5 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 165 -
CMYK 0 0.19 0.23 0.16
HSL 9.8º 0.37% 0.74% -
HSV(B) 9.8º 0.23% 0.84% -
XYZ 49.47 46.9 42.04 -
YUV 184.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 214 173 165 0 0.19 0.23 0.16 9.8 0.37 0.74
Hex D6 AD A5 0 13 17 10 A 25 4A
Octal 326 255 245 0 23 27 20 12 45 112
Binary 11010110 10101101 10100101 0 10011 10111 10000 1010 100101 1001010

Color Harmonies of #D6ADA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADA5

Black with #D6ADA5

Text Example


Text Example

White with #D6ADA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADA5; }

 p { color: rgb(214,173,165); }

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

background-color css

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

 a { background-color: rgb(214,173,165); }

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

border-color css

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

 span { border-color: rgb(214,173,165); }

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