#DCB4A9

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

Shades of Clam Shell #DCB4A9

Tints of Clam Shell #DCB4A9

Color information

#DCB4A9 (or 0xDCB4A9) is unknown color: approx Clam Shell. HEX triplet: DC, B4 and A9. RGB value is (220,180,169). Sum of RGB (Red+Green+Blue) = 220+180+169=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 169 (66.41% from 255 or 29.70% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB4A9 is #234B56. Grayscale: #BEBEBE. Windows color (decimal): -2313047 or 11121884. OLE color: 11121884.

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

Color convert

RGB220180169-
CMYK00.180.230.14
HSL12.94º42.15%76.27%-
HSV(B)12.94º23.18%86.27%-
XYZ5350.7244.53-
YUV190.71115.75148.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 180 (70.70% from 255) = 31.63%
BLUE value IS 169 (66.41% from 255) = 29.70%
R=38.66%
G=31.63%
B=29.70%

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
Decimal22018016900.180.230.1412.9442.1576.27
HexDCB4A901217Ed2a4c
Octal33426425102227161552114
Binary11011100101101001010100101001010111111011011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB4A9; }

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

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

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

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

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

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

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

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