Html Css Color HEX #D6B6AA Clam Shell

📋 copy color: '#D6B6AA'

red 214 ◦ green 182 ◦ blue 170

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

Shades of Clam Shell #D6B6AA

Tints of Clam Shell #D6B6AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.04%

R = 37.81%
G = 32.16%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D6B6AA (or 0xD6B6AA) is known color: Clam Shell. HEX triplet: D6, B6 and AA. RGB value is (214,182,170). Sum of RGB (Red+Green+Blue) = 214+182+170=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B6AA is #294955. Grayscale: #BEBEBE. Windows color (decimal): -2705750 or 11187926. OLE color: 11187926.

HSL color Cylindrical-coordinate representation of color #D6B6AA: hue angle of 16.36º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6B6AA is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 182 170 -
CMYK 0 0.15 0.21 0.16
HSL 16.36º 0.35% 0.75% -
HSV(B) 16.36º 0.21% 0.84% -
XYZ 51.72 50.65 45.08 -
YUV 190.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 214 182 170 0 0.15 0.21 0.16 16.36 0.35 0.75
Hex D6 B6 AA 0 F 15 10 10 23 4B
Octal 326 266 252 0 17 25 20 20 43 113
Binary 11010110 10110110 10101010 0 1111 10101 10000 10000 100011 1001011

Color Harmonies of #D6B6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B6AA

Black with #D6B6AA

Text Example


Text Example

White with #D6B6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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