Html Css Color HEX #D6B0A2 Clam Shell

📋 copy color: '#D6B0A2'

red 214 ◦ green 176 ◦ blue 162

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

Shades of Clam Shell #D6B0A2

Tints of Clam Shell #D6B0A2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.88%

 BLUE value IS 162 (63.67% from 255) = 29.35%

R = 38.77%
G = 31.88%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D6B0A2 (or 0xD6B0A2) is known color: Clam Shell. HEX triplet: D6, B0 and A2. RGB value is (214,176,162). Sum of RGB (Red+Green+Blue) = 214+176+162=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B0A2 is #294F5D. Grayscale: #B9B9B9. Windows color (decimal): -2707294 or 10662102. OLE color: 10662102.

HSL color Cylindrical-coordinate representation of color #D6B0A2: hue angle of 16.15º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6B0A2 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 176 162 -
CMYK 0 0.18 0.24 0.16
HSL 16.15º 0.39% 0.74% -
HSV(B) 16.15º 0.24% 0.84% -
XYZ 49.78 47.96 40.82 -
YUV 185.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 214 176 162 0 0.18 0.24 0.16 16.15 0.39 0.74
Hex D6 B0 A2 0 12 18 10 10 27 4A
Octal 326 260 242 0 22 30 20 20 47 112
Binary 11010110 10110000 10100010 0 10010 11000 10000 10000 100111 1001010

Color Harmonies of #D6B0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B0A2

Black with #D6B0A2

Text Example


Text Example

White with #D6B0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B0A2; }

 p { color: rgb(214,176,162); }

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

background-color css

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

 a { background-color: rgb(214,176,162); }

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

border-color css

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

 span { border-color: rgb(214,176,162); }

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