#DDB5A6

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

Shades of Clam Shell #DDB5A6

Tints of Clam Shell #DDB5A6

Color information

#DDB5A6 (or 0xDDB5A6) is unknown color: approx Clam Shell. HEX triplet: DD, B5 and A6. RGB value is (221,181,166). Sum of RGB (Red+Green+Blue) = 221+181+166=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 166 (65.23% from 255 or 29.23% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB5A6 is #224A59. Grayscale: #BFBFBF. Windows color (decimal): -2247258 or 10925533. OLE color: 10925533.

HSL color Cylindrical-coordinate representation of color #DDB5A6: hue angle of 16.36º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDB5A6 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB221181166-
CMYK00.180.250.13
HSL16.36º44.72%75.88%-
HSV(B)16.36º24.89%86.67%-
XYZ53.2351.1743.15-
YUV191.25113.75149.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 181 (71.09% from 255) = 31.87%
BLUE value IS 166 (65.23% from 255) = 29.23%
R=38.91%
G=31.87%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118116600.180.250.1316.3644.7275.88
HexDDB5A601219D102d4c
Octal33526524602231152055114
Binary110111011011010110100110010010110011101100001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5A6; }

 p { color: rgb(221,181,166); }

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

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

 a { background-color: rgb(221,181,166); }

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

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

 span { border-color: rgb(221,181,166); }

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