Html Css Color HEX #D6B6AC Clam Shell

📋 copy color: '#D6B6AC'

red 214 ◦ green 182 ◦ blue 172

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

Shades of Clam Shell #D6B6AC

Tints of Clam Shell #D6B6AC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.04%

 BLUE value IS 172 (67.58% from 255) = 30.28%

R = 37.68%
G = 32.04%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D6B6AC (or 0xD6B6AC) is known color: Clam Shell. HEX triplet: D6, B6 and AC. RGB value is (214,182,172). Sum of RGB (Red+Green+Blue) = 214+182+172=568 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.68% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B6AC is #294953. Grayscale: #BEBEBE. Windows color (decimal): -2705748 or 11318998. OLE color: 11318998.

HSL color Cylindrical-coordinate representation of color #D6B6AC: hue angle of 14.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6B6AC is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 182 172 -
CMYK 0 0.15 0.20 0.16
HSL 14.29º 0.34% 0.76% -
HSV(B) 14.29º 0.2% 0.84% -
XYZ 51.91 50.73 46.09 -
YUV 190.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 214 182 172 0 0.15 0.20 0.16 14.29 0.34 0.76
Hex D6 B6 AC 0 F 14 10 E 22 4C
Octal 326 266 254 0 17 24 20 16 42 114
Binary 11010110 10110110 10101100 0 1111 10100 10000 1110 100010 1001100

Color Harmonies of #D6B6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B6AC

Black with #D6B6AC

Text Example


Text Example

White with #D6B6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B6AC; }

 p { color: rgb(214,182,172); }

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

background-color css

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

 a { background-color: rgb(214,182,172); }

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

border-color css

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

 span { border-color: rgb(214,182,172); }

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