#DBB2A0

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

Shades of Clam Shell #DBB2A0

Tints of Clam Shell #DBB2A0

Color information

#DBB2A0 (or 0xDBB2A0) is unknown color: approx Clam Shell. HEX triplet: DB, B2 and A0. RGB value is (219,178,160). Sum of RGB (Red+Green+Blue) = 219+178+160=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB2A0 is #244D5F. Grayscale: #BCBCBC. Windows color (decimal): -2379104 or 10531547. OLE color: 10531547.

HSL color Cylindrical-coordinate representation of color #DBB2A0: hue angle of 18.31º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBB2A0 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB219178160-
CMYK00.190.270.14
HSL18.31º45.04%74.31%-
HSV(B)18.31º26.94%85.88%-
XYZ51.4849.4440.09-
YUV188.21112.08149.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.32%
GREEN value IS 178 (69.92% from 255) = 31.96%
BLUE value IS 160 (62.89% from 255) = 28.73%
R=39.32%
G=31.96%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917816000.190.270.1418.3145.0474.31
HexDBB2A00131BE122d4a
Octal33326224002333162255112
Binary110110111011001010100000010011110111110100101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB2A0; }

 p { color: rgb(219,178,160); }

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

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

 a { background-color: rgb(219,178,160); }

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

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

 span { border-color: rgb(219,178,160); }

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