#DBB1A1

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

Shades of Clam Shell #DBB1A1

Tints of Clam Shell #DBB1A1

Color information

#DBB1A1 (or 0xDBB1A1) is unknown color: approx Clam Shell. HEX triplet: DB, B1 and A1. RGB value is (219,177,161). Sum of RGB (Red+Green+Blue) = 219+177+161=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB1A1 is #244E5E. Grayscale: #BBBBBB. Windows color (decimal): -2379359 or 10596827. OLE color: 10596827.

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

Color convert

RGB219177161-
CMYK00.190.260.14
HSL16.55º44.62%74.51%-
HSV(B)16.55º26.48%85.88%-
XYZ51.3749.0840.48-
YUV187.73112.91150.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.32%
GREEN value IS 177 (69.53% from 255) = 31.78%
BLUE value IS 161 (63.28% from 255) = 28.90%
R=39.32%
G=31.78%
B=28.90%

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
Decimal21917716100.190.260.1416.5544.6274.51
HexDBB1A10131AE112d4b
Octal33326124102332162155113
Binary110110111011000110100001010011110101110100011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB1A1; }

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

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

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

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

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

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

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

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