#DCB7AA

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

Shades of Clam Shell #DCB7AA

Tints of Clam Shell #DCB7AA

Color information

#DCB7AA (or 0xDCB7AA) is unknown color: approx Clam Shell. HEX triplet: DC, B7 and AA. RGB value is (220,183,170). Sum of RGB (Red+Green+Blue) = 220+183+170=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB7AA is #234855. Grayscale: #C0C0C0. Windows color (decimal): -2312278 or 11188188. OLE color: 11188188.

HSL color Cylindrical-coordinate representation of color #DCB7AA: hue angle of 15.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB7AA is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220183170-
CMYK00.170.230.14
HSL15.6º41.67%76.47%-
HSV(B)15.6º22.73%86.27%-
XYZ53.751.9845.23-
YUV192.58115.26147.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.39%
GREEN value IS 183 (71.88% from 255) = 31.94%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=38.39%
G=31.94%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018317000.170.230.1415.641.6776.47
HexDCB7AA01117E102a4c
Octal33426725202127162052114
Binary110111001011011110101010010001101111110100001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB7AA; }

 p { color: rgb(220,183,170); }

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

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

 a { background-color: rgb(220,183,170); }

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

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

 span { border-color: rgb(220,183,170); }

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