Html Css Color HEX #D6B2A6 Clam Shell

📋 copy color: '#D6B2A6'

red 214 ◦ green 178 ◦ blue 166

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

Shades of Clam Shell #D6B2A6

Tints of Clam Shell #D6B2A6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.9%

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

R = 38.35%
G = 31.9%
B = 29.75%

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

#D6B2A6 (or 0xD6B2A6) is known color: Clam Shell. HEX triplet: D6, B2 and A6. RGB value is (214,178,166). Sum of RGB (Red+Green+Blue) = 214+178+166=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 166 (65.23% from 255 or 29.75% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B2A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B2A6 is #294D59. Grayscale: #BBBBBB. Windows color (decimal): -2706778 or 10924758. OLE color: 10924758.

HSL color Cylindrical-coordinate representation of color #D6B2A6: hue angle of 15º 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 #D6B2A6 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 166 -
CMYK 0 0.17 0.22 0.16
HSL 15º 0.37% 0.75% -
HSV(B) 15º 0.22% 0.84% -
XYZ 50.53 48.89 42.85 -
YUV 187.4 115.93 146.98 -
System Red Green Blue C M Y K H S L
Decimal 214 178 166 0 0.17 0.22 0.16 15 0.37 0.75
Hex D6 B2 A6 0 11 16 10 F 25 4B
Octal 326 262 246 0 21 26 20 17 45 113
Binary 11010110 10110010 10100110 0 10001 10110 10000 1111 100101 1001011

Color Harmonies of #D6B2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B2A6

Black with #D6B2A6

Text Example


Text Example

White with #D6B2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B2A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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