#D9B7AB

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

Shades of Clam Shell #D9B7AB

Tints of Clam Shell #D9B7AB

Color information

#D9B7AB (or 0xD9B7AB) is unknown color: approx Clam Shell. HEX triplet: D9, B7 and AB. RGB value is (217,183,171). Sum of RGB (Red+Green+Blue) = 217+183+171=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B7AB is #264854. Grayscale: #BFBFBF. Windows color (decimal): -2508885 or 11253721. OLE color: 11253721.

HSL color Cylindrical-coordinate representation of color #D9B7AB: hue angle of 15.65º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9B7AB is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB217183171-
CMYK00.160.210.15
HSL15.65º37.7%76.08%-
HSV(B)15.65º21.2%85.1%-
XYZ52.951.5645.69-
YUV191.8116.26145.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 183 (71.88% from 255) = 32.05%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=38.00%
G=32.05%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718317100.160.210.1515.6537.776.08
HexD9B7AB01015F10264c
Octal33126725302025172046114
Binary110110011011011110101011010000101011111100001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B7AB; }

 p { color: rgb(217,183,171); }

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

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

 a { background-color: rgb(217,183,171); }

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

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

 span { border-color: rgb(217,183,171); }

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