#D8ACA4

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

Shades of Clam Shell #D8ACA4

Tints of Clam Shell #D8ACA4

Color information

#D8ACA4 (or 0xD8ACA4) is unknown color: approx Clam Shell. HEX triplet: D8, AC and A4. RGB value is (216,172,164). Sum of RGB (Red+Green+Blue) = 216+172+164=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ACA4 is #27535B. Grayscale: #B8B8B8. Windows color (decimal): -2577244 or 10792152. OLE color: 10792152.

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

Color convert

RGB216172164-
CMYK00.200.240.15
HSL9.23º40%74.51%-
HSV(B)9.23º24.07%84.71%-
XYZ49.7746.7841.53-
YUV184.24116.58150.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.13%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 164 (64.45% from 255) = 29.71%
R=39.13%
G=31.16%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617216400.200.240.159.234074.51
HexD8ACA401418F9284b
Octal33025424402430171150113
Binary11011000101011001010010001010011000111110011010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ACA4; }

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

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

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

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

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

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

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

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