#DDB4A0

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

Shades of Clam Shell #DDB4A0

Tints of Clam Shell #DDB4A0

Color information

#DDB4A0 (or 0xDDB4A0) is unknown color: approx Clam Shell. HEX triplet: DD, B4 and A0. RGB value is (221,180,160). Sum of RGB (Red+Green+Blue) = 221+180+160=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB4A0 is #224B5F. Grayscale: #BEBEBE. Windows color (decimal): -2247520 or 10532061. OLE color: 10532061.

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

Color convert

RGB221180160-
CMYK00.190.280.13
HSL19.67º47.29%74.71%-
HSV(B)19.67º27.6%86.67%-
XYZ52.4950.5540.25-
YUV189.98111.08150.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 180 (70.70% from 255) = 32.09%
BLUE value IS 160 (62.89% from 255) = 28.52%
R=39.39%
G=32.09%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118016000.190.280.1319.6747.2974.71
HexDDB4A00131CD142f4b
Octal33526424002334152457113
Binary110111011011010010100000010011111001101101001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB4A0; }

 p { color: rgb(221,180,160); }

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

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

 a { background-color: rgb(221,180,160); }

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

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

 span { border-color: rgb(221,180,160); }

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