#DCB5A9

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

Shades of Clam Shell #DCB5A9

Tints of Clam Shell #DCB5A9

Color information

#DCB5A9 (or 0xDCB5A9) is unknown color: approx Clam Shell. HEX triplet: DC, B5 and A9. RGB value is (220,181,169). Sum of RGB (Red+Green+Blue) = 220+181+169=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB5A9 is #234A56. Grayscale: #BFBFBF. Windows color (decimal): -2312791 or 11122140. OLE color: 11122140.

HSL color Cylindrical-coordinate representation of color #DCB5A9: hue angle of 14.12º 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 #DCB5A9 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220181169-
CMYK00.180.230.14
HSL14.12º42.15%76.27%-
HSV(B)14.12º23.18%86.27%-
XYZ53.251.1344.6-
YUV191.29115.42148.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 181 (71.09% from 255) = 31.75%
BLUE value IS 169 (66.41% from 255) = 29.65%
R=38.60%
G=31.75%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018116900.180.230.1414.1242.1576.27
HexDCB5A901217Ee2a4c
Octal33426525102227161652114
Binary11011100101101011010100101001010111111011101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5A9; }

 p { color: rgb(220,181,169); }

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

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

 a { background-color: rgb(220,181,169); }

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

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

 span { border-color: rgb(220,181,169); }

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