Html Css Color HEX #D6AD9D Clam Shell

📋 copy color: '#D6AD9D'

red 214 ◦ green 173 ◦ blue 157

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

Shades of Clam Shell #D6AD9D

Tints of Clam Shell #D6AD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.86%

R = 39.34%
G = 31.8%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6AD9D (or 0xD6AD9D) is known color: Clam Shell. HEX triplet: D6, AD and 9D. RGB value is (214,173,157). Sum of RGB (Red+Green+Blue) = 214+173+157=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD9D is #295262. Grayscale: #B7B7B7. Windows color (decimal): -2708067 or 10333654. OLE color: 10333654.

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

Color convert

RGB 214 173 157 -
CMYK 0 0.19 0.27 0.16
HSL 16.84º 0.41% 0.73% -
HSV(B) 16.84º 0.27% 0.84% -
XYZ 48.76 46.62 38.33 -
YUV 183.44 113.08 149.8 -
System Red Green Blue C M Y K H S L
Decimal 214 173 157 0 0.19 0.27 0.16 16.84 0.41 0.73
Hex D6 AD 9D 0 13 1B 10 11 29 49
Octal 326 255 235 0 23 33 20 21 51 111
Binary 11010110 10101101 10011101 0 10011 11011 10000 10001 101001 1001001

Color Harmonies of #D6AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD9D

Black with #D6AD9D

Text Example


Text Example

White with #D6AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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