#D9B4AA

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

Shades of Clam Shell #D9B4AA

Tints of Clam Shell #D9B4AA

Color information

#D9B4AA (or 0xD9B4AA) is unknown color: approx Clam Shell. HEX triplet: D9, B4 and AA. RGB value is (217,180,170). Sum of RGB (Red+Green+Blue) = 217+180+170=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B4AA is #264B55. Grayscale: #BDBDBD. Windows color (decimal): -2509654 or 11187417. OLE color: 11187417.

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

Color convert

RGB217180170-
CMYK00.170.220.15
HSL12.77º38.21%75.88%-
HSV(B)12.77º21.66%85.1%-
XYZ52.1950.344.99-
YUV189.92116.76147.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.27%
GREEN value IS 180 (70.70% from 255) = 31.75%
BLUE value IS 170 (66.80% from 255) = 29.98%
R=38.27%
G=31.75%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718017000.170.220.1512.7738.2175.88
HexD9B4AA01116Fd264c
Octal33126425202126171546114
Binary11011001101101001010101001000110110111111011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B4AA; }

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

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

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

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

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

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

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

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