#D3B0A0

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

Shades of Clam Shell #D3B0A0

Tints of Clam Shell #D3B0A0

Color information

#D3B0A0 (or 0xD3B0A0) is unknown color: approx Clam Shell. HEX triplet: D3, B0 and A0. RGB value is (211,176,160). Sum of RGB (Red+Green+Blue) = 211+176+160=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3B0A0 is #2C4F5F. Grayscale: #B8B8B8. Windows color (decimal): -2903904 or 10531027. OLE color: 10531027.

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

Color convert

RGB211176160-
CMYK00.170.240.17
HSL18.82º36.69%72.75%-
HSV(B)18.82º24.17%82.75%-
XYZ48.7347.4439.85-
YUV184.64114.1146.8-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.57%
GREEN value IS 176 (69.14% from 255) = 32.18%
BLUE value IS 160 (62.89% from 255) = 29.25%
R=38.57%
G=32.18%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117616000.170.240.1718.8236.6972.75
HexD3B0A00111811132549
Octal32326024002130212345111
Binary1101001110110000101000000100011100010001100111001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B0A0; }

 p { color: rgb(211,176,160); }

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

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

 a { background-color: rgb(211,176,160); }

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

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

 span { border-color: rgb(211,176,160); }

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