#D8AC9F

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

Shades of Clam Shell #D8AC9F

Tints of Clam Shell #D8AC9F

Color information

#D8AC9F (or 0xD8AC9F) is unknown color: approx Clam Shell. HEX triplet: D8, AC and 9F. RGB value is (216,172,159). Sum of RGB (Red+Green+Blue) = 216+172+159=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AC9F is #275360. Grayscale: #B7B7B7. Windows color (decimal): -2577249 or 10464472. OLE color: 10464472.

HSL color Cylindrical-coordinate representation of color #D8AC9F: hue angle of 13.68º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8AC9F is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB216172159-
CMYK00.200.260.15
HSL13.68º42.22%73.53%-
HSV(B)13.68º26.39%84.71%-
XYZ49.3346.6139.2-
YUV183.67114.08151.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.49%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 159 (62.5% from 255) = 29.07%
R=39.49%
G=31.44%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617215900.200.260.1513.6842.2273.53
HexD8AC9F0141AFe2a4a
Octal33025423702432171652112
Binary11011000101011001001111101010011010111111101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AC9F; }

 p { color: rgb(216,172,159); }

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

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

 a { background-color: rgb(216,172,159); }

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

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

 span { border-color: rgb(216,172,159); }

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