Html Css Color HEX #D6B1A6 Clam Shell

📋 copy color: '#D6B1A6'

red 214 ◦ green 177 ◦ blue 166

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

Shades of Clam Shell #D6B1A6

Tints of Clam Shell #D6B1A6

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.78%

 BLUE value IS 166 (65.23% from 255) = 29.8%

R = 38.42%
G = 31.78%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D6B1A6 (or 0xD6B1A6) is known color: Clam Shell. HEX triplet: D6, B1 and A6. RGB value is (214,177,166). Sum of RGB (Red+Green+Blue) = 214+177+166=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B1A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B1A6 is #294E59. Grayscale: #BABABA. Windows color (decimal): -2707034 or 10924502. OLE color: 10924502.

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

Color convert

RGB 214 177 166 -
CMYK 0 0.17 0.22 0.16
HSL 13.75º 0.37% 0.75% -
HSV(B) 13.75º 0.22% 0.84% -
XYZ 50.34 48.49 42.78 -
YUV 186.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 214 177 166 0 0.17 0.22 0.16 13.75 0.37 0.75
Hex D6 B1 A6 0 11 16 10 E 25 4B
Octal 326 261 246 0 21 26 20 16 45 113
Binary 11010110 10110001 10100110 0 10001 10110 10000 1110 100101 1001011

Color Harmonies of #D6B1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B1A6

Black with #D6B1A6

Text Example


Text Example

White with #D6B1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B1A6; }

 p { color: rgb(214,177,166); }

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

background-color css

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

 a { background-color: rgb(214,177,166); }

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

border-color css

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

 span { border-color: rgb(214,177,166); }

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