#D9B4A6

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

Shades of Clam Shell #D9B4A6

Tints of Clam Shell #D9B4A6

Color information

#D9B4A6 (or 0xD9B4A6) is unknown color: approx Clam Shell. HEX triplet: D9, B4 and A6. RGB value is (217,180,166). Sum of RGB (Red+Green+Blue) = 217+180+166=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B4A6 is #264B59. Grayscale: #BDBDBD. Windows color (decimal): -2509658 or 10925273. OLE color: 10925273.

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

Color convert

RGB217180166-
CMYK00.170.240.15
HSL16.47º40.16%75.1%-
HSV(B)16.47º23.5%85.1%-
XYZ51.8250.1543.02-
YUV189.47114.76147.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 180 (70.70% from 255) = 31.97%
BLUE value IS 166 (65.23% from 255) = 29.48%
R=38.54%
G=31.97%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718016600.170.240.1516.4740.1675.1
HexD9B4A601118F10284b
Octal33126424602130172050113
Binary110110011011010010100110010001110001111100001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B4A6; }

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

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

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

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

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

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

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

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