#DDB5A1

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

Shades of Clam Shell #DDB5A1

Tints of Clam Shell #DDB5A1

Color information

#DDB5A1 (or 0xDDB5A1) is unknown color: approx Clam Shell. HEX triplet: DD, B5 and A1. RGB value is (221,181,161). Sum of RGB (Red+Green+Blue) = 221+181+161=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB5A1 is #224A5E. Grayscale: #BEBEBE. Windows color (decimal): -2247263 or 10597853. OLE color: 10597853.

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

Color convert

RGB221181161-
CMYK00.180.270.13
HSL20º46.88%74.9%-
HSV(B)20º27.15%86.67%-
XYZ52.7850.9940.78-
YUV190.68111.25149.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.25%
GREEN value IS 181 (71.09% from 255) = 32.15%
BLUE value IS 161 (63.28% from 255) = 28.60%
R=39.25%
G=32.15%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118116100.180.270.132046.8874.9
HexDDB5A10121BD142f4b
Octal33526524102233152457113
Binary110111011011010110100001010010110111101101001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5A1; }

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

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

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

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

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

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

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

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