#DBB7A9

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

Shades of Clam Shell #DBB7A9

Tints of Clam Shell #DBB7A9

Color information

#DBB7A9 (or 0xDBB7A9) is unknown color: approx Clam Shell. HEX triplet: DB, B7 and A9. RGB value is (219,183,169). Sum of RGB (Red+Green+Blue) = 219+183+169=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB7A9 is #244856. Grayscale: #C0C0C0. Windows color (decimal): -2377815 or 11122651. OLE color: 11122651.

HSL color Cylindrical-coordinate representation of color #DBB7A9: hue angle of 16.8º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBB7A9 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB219183169-
CMYK00.160.230.14
HSL16.8º40.98%76.08%-
HSV(B)16.8º22.83%85.88%-
XYZ53.3151.7944.72-
YUV192.17114.93147.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 183 (71.88% from 255) = 32.05%
BLUE value IS 169 (66.41% from 255) = 29.60%
R=38.35%
G=32.05%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918316900.160.230.1416.840.9876.08
HexDBB7A901017E11294c
Octal33326725102027162151114
Binary110110111011011110101001010000101111110100011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB7A9; }

 p { color: rgb(219,183,169); }

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

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

 a { background-color: rgb(219,183,169); }

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

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

 span { border-color: rgb(219,183,169); }

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