Html Css Color HEX #D6B6AB Clam Shell

📋 copy color: '#D6B6AB'

red 214 ◦ green 182 ◦ blue 171

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

Shades of Clam Shell #D6B6AB

Tints of Clam Shell #D6B6AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.16%

R = 37.74%
G = 32.1%
B = 30.16%

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

#D6B6AB (or 0xD6B6AB) is known color: Clam Shell. HEX triplet: D6, B6 and AB. RGB value is (214,182,171). Sum of RGB (Red+Green+Blue) = 214+182+171=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 182 (71.48% from 255 or 32.10% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B6AB is #294954. Grayscale: #BEBEBE. Windows color (decimal): -2705749 or 11253462. OLE color: 11253462.

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

Color convert

RGB 214 182 171 -
CMYK 0 0.15 0.20 0.16
HSL 15.35º 0.34% 0.75% -
HSV(B) 15.35º 0.2% 0.84% -
XYZ 51.81 50.69 45.58 -
YUV 190.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 214 182 171 0 0.15 0.20 0.16 15.35 0.34 0.75
Hex D6 B6 AB 0 F 14 10 F 22 4B
Octal 326 266 253 0 17 24 20 17 42 113
Binary 11010110 10110110 10101011 0 1111 10100 10000 1111 100010 1001011

Color Harmonies of #D6B6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B6AB

Black with #D6B6AB

Text Example


Text Example

White with #D6B6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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