#DBB4A3

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

Shades of Clam Shell #DBB4A3

Tints of Clam Shell #DBB4A3

Color information

#DBB4A3 (or 0xDBB4A3) is unknown color: approx Clam Shell. HEX triplet: DB, B4 and A3. RGB value is (219,180,163). Sum of RGB (Red+Green+Blue) = 219+180+163=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 180 (70.70% from 255 or 32.03% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB4A3 is #244B5C. Grayscale: #BDBDBD. Windows color (decimal): -2378589 or 10728667. OLE color: 10728667.

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

Color convert

RGB219180163-
CMYK00.180.260.14
HSL18.21º43.75%74.9%-
HSV(B)18.21º25.57%85.88%-
XYZ52.1550.3541.62-
YUV189.72112.92148.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.97%
GREEN value IS 180 (70.70% from 255) = 32.03%
BLUE value IS 163 (64.06% from 255) = 29.00%
R=38.97%
G=32.03%
B=29.00%

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
Decimal21918016300.180.260.1418.2143.7574.9
HexDBB4A30121AE122c4b
Octal33326424302232162254113
Binary110110111011010010100011010010110101110100101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4A3; }

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

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

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

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

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

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

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

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