#DBB5A3

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

Shades of Clam Shell #DBB5A3

Tints of Clam Shell #DBB5A3

Color information

#DBB5A3 (or 0xDBB5A3) is unknown color: approx Clam Shell. HEX triplet: DB, B5 and A3. RGB value is (219,181,163). Sum of RGB (Red+Green+Blue) = 219+181+163=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 163 (64.06% from 255 or 28.95% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB5A3 is #244A5C. Grayscale: #BEBEBE. Windows color (decimal): -2378333 or 10728923. OLE color: 10728923.

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

Color convert

RGB219181163-
CMYK00.170.260.14
HSL19.29º43.75%74.9%-
HSV(B)19.29º25.57%85.88%-
XYZ52.3550.7541.69-
YUV190.31112.59148.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 181 (71.09% from 255) = 32.15%
BLUE value IS 163 (64.06% from 255) = 28.95%
R=38.90%
G=32.15%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918116300.170.260.1419.2943.7574.9
HexDBB5A30111AE132c4b
Octal33326524302132162354113
Binary110110111011010110100011010001110101110100111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5A3; }

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

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

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

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

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

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

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

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