#D2B7AD

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

Shades of Clam Shell #D2B7AD

Tints of Clam Shell #D2B7AD

Color information

#D2B7AD (or 0xD2B7AD) is unknown color: approx Clam Shell. HEX triplet: D2, B7 and AD. RGB value is (210,183,173). Sum of RGB (Red+Green+Blue) = 210+183+173=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B7AD is #2D4852. Grayscale: #BEBEBE. Windows color (decimal): -2967635 or 11384786. OLE color: 11384786.

HSL color Cylindrical-coordinate representation of color #D2B7AD: hue angle of 16.22º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2B7AD is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB210183173-
CMYK00.130.180.18
HSL16.22º29.13%75.1%-
HSV(B)16.22º17.62%82.35%-
XYZ51.0550.5946.61-
YUV189.93118.45142.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 183 (71.88% from 255) = 32.33%
BLUE value IS 173 (67.97% from 255) = 30.57%
R=37.10%
G=32.33%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018317300.130.180.1816.2229.1375.1
HexD2B7AD0D1212101d4b
Octal32226725501522222035113
Binary11010010101101111010110101101100101001010000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B7AD; }

 p { color: rgb(210,183,173); }

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

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

 a { background-color: rgb(210,183,173); }

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

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

 span { border-color: rgb(210,183,173); }

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