#D9B4AB

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

Shades of Clam Shell #D9B4AB

Tints of Clam Shell #D9B4AB

Color information

#D9B4AB (or 0xD9B4AB) is unknown color: approx Clam Shell. HEX triplet: D9, B4 and AB. RGB value is (217,180,171). Sum of RGB (Red+Green+Blue) = 217+180+171=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B4AB is #264B54. Grayscale: #BEBEBE. Windows color (decimal): -2509653 or 11252953. OLE color: 11252953.

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

Color convert

RGB217180171-
CMYK00.170.210.15
HSL11.74º37.7%76.08%-
HSV(B)11.74º21.2%85.1%-
XYZ52.2950.3345.49-
YUV190.04117.26147.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.20%
GREEN value IS 180 (70.70% from 255) = 31.69%
BLUE value IS 171 (67.19% from 255) = 30.11%
R=38.20%
G=31.69%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718017100.170.210.1511.7437.776.08
HexD9B4AB01115Fc264c
Octal33126425302125171446114
Binary11011001101101001010101101000110101111111001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B4AB; }

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

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

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

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

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

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

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

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