#DBB3A1

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

Shades of Clam Shell #DBB3A1

Tints of Clam Shell #DBB3A1

Color information

#DBB3A1 (or 0xDBB3A1) is unknown color: approx Clam Shell. HEX triplet: DB, B3 and A1. RGB value is (219,179,161). Sum of RGB (Red+Green+Blue) = 219+179+161=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB3A1 is #244C5E. Grayscale: #BDBDBD. Windows color (decimal): -2378847 or 10597339. OLE color: 10597339.

HSL color Cylindrical-coordinate representation of color #DBB3A1: hue angle of 18.62º 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 #DBB3A1 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB219179161-
CMYK00.180.260.14
HSL18.62º44.62%74.51%-
HSV(B)18.62º26.48%85.88%-
XYZ51.7749.8740.62-
YUV188.91112.25149.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 179 (70.31% from 255) = 32.02%
BLUE value IS 161 (63.28% from 255) = 28.80%
R=39.18%
G=32.02%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917916100.180.260.1418.6244.6274.51
HexDBB3A10121AE132d4b
Octal33326324102232162355113
Binary110110111011001110100001010010110101110100111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB3A1; }

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

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

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

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

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

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

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

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