#D6B2AA

Color #D6B2AA Clam Shell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clam Shell #D6B2AA

Tints of Clam Shell #D6B2AA

Color information

#D6B2AA (or 0xD6B2AA) is unknown color: approx Clam Shell. HEX triplet: D6, B2 and AA. RGB value is (214,178,170). Sum of RGB (Red+Green+Blue) = 214+178+170=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B2AA is #294D55. Grayscale: #BBBBBB. Windows color (decimal): -2706774 or 11186902. OLE color: 11186902.

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

Color convert

RGB214178170-
CMYK00.170.210.16
HSL10.91º34.92%75.29%-
HSV(B)10.91º20.56%83.92%-
XYZ50.9149.0444.81-
YUV187.85117.93146.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 178 (69.92% from 255) = 31.67%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=38.08%
G=31.67%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417817000.170.210.1610.9134.9275.29
HexD6B2AA0111510b234b
Octal32626225202125201343113
Binary110101101011001010101010010001101011000010111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B2AA; }

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

 H1.HeaderClassName
 {
   color: #D6B2AA;
 }
 .AnyTagClassName
 {
   color: #D6B2AA;
 }
</style>
background-color css

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

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

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

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

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

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