#DBB4A9

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

Shades of Clam Shell #DBB4A9

Tints of Clam Shell #DBB4A9

Color information

#DBB4A9 (or 0xDBB4A9) is unknown color: approx Clam Shell. HEX triplet: DB, B4 and A9. RGB value is (219,180,169). Sum of RGB (Red+Green+Blue) = 219+180+169=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 169 (66.41% from 255 or 29.75% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB4A9 is #244B56. Grayscale: #BEBEBE. Windows color (decimal): -2378583 or 11121883. OLE color: 11121883.

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

Color convert

RGB219180169-
CMYK00.180.230.14
HSL13.2º40.98%76.08%-
HSV(B)13.2º22.83%85.88%-
XYZ52.750.5744.52-
YUV190.41115.92148.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 180 (70.70% from 255) = 31.69%
BLUE value IS 169 (66.41% from 255) = 29.75%
R=38.56%
G=31.69%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918016900.180.230.1413.240.9876.08
HexDBB4A901217Ed294c
Octal33326425102227161551114
Binary11011011101101001010100101001010111111011011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4A9; }

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

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

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

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

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

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

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

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