#D8ADA4

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

Shades of Clam Shell #D8ADA4

Tints of Clam Shell #D8ADA4

Color information

#D8ADA4 (or 0xD8ADA4) is unknown color: approx Clam Shell. HEX triplet: D8, AD and A4. RGB value is (216,173,164). Sum of RGB (Red+Green+Blue) = 216+173+164=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8ADA4 is #27525B. Grayscale: #B8B8B8. Windows color (decimal): -2576988 or 10792408. OLE color: 10792408.

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

Color convert

RGB216173164-
CMYK00.200.240.15
HSL10.38º40%74.51%-
HSV(B)10.38º24.07%84.71%-
XYZ49.9647.1741.59-
YUV184.83116.25150.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 164 (64.45% from 255) = 29.66%
R=39.06%
G=31.28%
B=29.66%

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
Decimal21617316400.200.240.1510.384074.51
HexD8ADA401418Fa284b
Octal33025524402430171250113
Binary11011000101011011010010001010011000111110101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADA4; }

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

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

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

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

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

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

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

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