#DBB2A1

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

Shades of Clam Shell #DBB2A1

Tints of Clam Shell #DBB2A1

Color information

#DBB2A1 (or 0xDBB2A1) is unknown color: approx Clam Shell. HEX triplet: DB, B2 and A1. RGB value is (219,178,161). Sum of RGB (Red+Green+Blue) = 219+178+161=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB2A1 is #244D5E. Grayscale: #BCBCBC. Windows color (decimal): -2379103 or 10597083. OLE color: 10597083.

HSL color Cylindrical-coordinate representation of color #DBB2A1: hue angle of 17.59º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBB2A1 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB219178161-
CMYK00.190.260.14
HSL17.59º44.62%74.51%-
HSV(B)17.59º26.48%85.88%-
XYZ51.5749.4740.55-
YUV188.32112.58149.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 178 (69.92% from 255) = 31.90%
BLUE value IS 161 (63.28% from 255) = 28.85%
R=39.25%
G=31.90%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917816100.190.260.1417.5944.6274.51
HexDBB2A10131AE122d4b
Octal33326224102332162255113
Binary110110111011001010100001010011110101110100101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2A1; }

 p { color: rgb(219,178,161); }

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

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

 a { background-color: rgb(219,178,161); }

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

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

 span { border-color: rgb(219,178,161); }

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