Html Css Color HEX #D6B7AD Clam Shell

📋 copy color: '#D6B7AD'

red 214 ◦ green 183 ◦ blue 173

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

Shades of Clam Shell #D6B7AD

Tints of Clam Shell #D6B7AD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.11%

 BLUE value IS 173 (67.97% from 255) = 30.35%

R = 37.54%
G = 32.11%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D6B7AD (or 0xD6B7AD) is known color: Clam Shell. HEX triplet: D6, B7 and AD. RGB value is (214,183,173). Sum of RGB (Red+Green+Blue) = 214+183+173=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B7AD is #294852. Grayscale: #BFBFBF. Windows color (decimal): -2705491 or 11384790. OLE color: 11384790.

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

Color convert

RGB 214 183 173 -
CMYK 0 0.14 0.19 0.16
HSL 14.63º 0.33% 0.76% -
HSV(B) 14.63º 0.19% 0.84% -
XYZ 52.21 51.18 46.66 -
YUV 191.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 214 183 173 0 0.14 0.19 0.16 14.63 0.33 0.76
Hex D6 B7 AD 0 E 13 10 F 21 4C
Octal 326 267 255 0 16 23 20 17 41 114
Binary 11010110 10110111 10101101 0 1110 10011 10000 1111 100001 1001100

Color Harmonies of #D6B7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B7AD

Black with #D6B7AD

Text Example


Text Example

White with #D6B7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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