#D4ACA2

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

Shades of Clam Shell #D4ACA2

Tints of Clam Shell #D4ACA2

Color information

#D4ACA2 (or 0xD4ACA2) is unknown color: approx Clam Shell. HEX triplet: D4, AC and A2. RGB value is (212,172,162). Sum of RGB (Red+Green+Blue) = 212+172+162=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 162 (63.67% from 255 or 29.67% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ACA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4ACA2 is #2B535D. Grayscale: #B6B6B6. Windows color (decimal): -2839390 or 10661076. OLE color: 10661076.

HSL color Cylindrical-coordinate representation of color #D4ACA2: hue angle of 12º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4ACA2 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB212172162-
CMYK00.190.240.17
HSL12º36.76%73.33%-
HSV(B)12º23.58%83.14%-
XYZ48.4346.1140.53-
YUV182.82116.25148.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.83%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 162 (63.67% from 255) = 29.67%
R=38.83%
G=31.50%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217216200.190.240.171236.7673.33
HexD4ACA20131811c2549
Octal32425424202330211445111
Binary110101001010110010100010010011110001000111001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACA2; }

 p { color: rgb(212,172,162); }

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

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

 a { background-color: rgb(212,172,162); }

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

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

 span { border-color: rgb(212,172,162); }

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