#DDB5A3

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

Shades of Clam Shell #DDB5A3

Tints of Clam Shell #DDB5A3

Color information

#DDB5A3 (or 0xDDB5A3) is unknown color: approx Clam Shell. HEX triplet: DD, B5 and A3. RGB value is (221,181,163). Sum of RGB (Red+Green+Blue) = 221+181+163=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 163 (64.06% from 255 or 28.85% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB5A3 is #224A5C. Grayscale: #BFBFBF. Windows color (decimal): -2247261 or 10728925. OLE color: 10728925.

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

Color convert

RGB221181163-
CMYK00.180.260.13
HSL18.62º46.03%75.29%-
HSV(B)18.62º26.24%86.67%-
XYZ52.9551.0641.72-
YUV190.91112.25149.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 181 (71.09% from 255) = 32.04%
BLUE value IS 163 (64.06% from 255) = 28.85%
R=39.12%
G=32.04%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118116300.180.260.1318.6246.0375.29
HexDDB5A30121AD132e4b
Octal33526524302232152356113
Binary110111011011010110100011010010110101101100111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5A3; }

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

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

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

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

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

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

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

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