#D4ADA3

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

Shades of Clam Shell #D4ADA3

Tints of Clam Shell #D4ADA3

Color information

#D4ADA3 (or 0xD4ADA3) is unknown color: approx Clam Shell. HEX triplet: D4, AD and A3. RGB value is (212,173,163). Sum of RGB (Red+Green+Blue) = 212+173+163=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 163 (64.06% from 255 or 29.74% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ADA3 is #2B525C. Grayscale: #B7B7B7. Windows color (decimal): -2839133 or 10726868. OLE color: 10726868.

HSL color Cylindrical-coordinate representation of color #D4ADA3: hue angle of 12.24º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4ADA3 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB212173163-
CMYK00.180.230.17
HSL12.24º36.3%73.53%-
HSV(B)12.24º23.11%83.14%-
XYZ48.7146.5341.06-
YUV183.52116.42148.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 163 (64.06% from 255) = 29.74%
R=38.69%
G=31.57%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217316300.180.230.1712.2436.373.53
HexD4ADA30121711c244a
Octal32425524302227211444112
Binary110101001010110110100011010010101111000111001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADA3; }

 p { color: rgb(212,173,163); }

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

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

 a { background-color: rgb(212,173,163); }

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

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

 span { border-color: rgb(212,173,163); }

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