Html Css Color HEX #D6ADA0 Clam Shell

📋 copy color: '#D6ADA0'

red 214 ◦ green 173 ◦ blue 160

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

Shades of Clam Shell #D6ADA0

Tints of Clam Shell #D6ADA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.25%

R = 39.12%
G = 31.63%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D6ADA0 (or 0xD6ADA0) is known color: Clam Shell. HEX triplet: D6, AD and A0. RGB value is (214,173,160). Sum of RGB (Red+Green+Blue) = 214+173+160=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6ADA0 is #29525F. Grayscale: #B7B7B7. Windows color (decimal): -2708064 or 10530262. OLE color: 10530262.

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

Color convert

RGB 214 173 160 -
CMYK 0 0.19 0.25 0.16
HSL 14.44º 0.4% 0.73% -
HSV(B) 14.44º 0.25% 0.84% -
XYZ 49.02 46.72 39.69 -
YUV 183.78 114.58 149.56 -
System Red Green Blue C M Y K H S L
Decimal 214 173 160 0 0.19 0.25 0.16 14.44 0.4 0.73
Hex D6 AD A0 0 13 19 10 E 28 49
Octal 326 255 240 0 23 31 20 16 50 111
Binary 11010110 10101101 10100000 0 10011 11001 10000 1110 101000 1001001

Color Harmonies of #D6ADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADA0

Black with #D6ADA0

Text Example


Text Example

White with #D6ADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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