#DBAF9E

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

Shades of Clam Shell #DBAF9E

Tints of Clam Shell #DBAF9E

Color information

#DBAF9E (or 0xDBAF9E) is unknown color: approx Clam Shell. HEX triplet: DB, AF and 9E. RGB value is (219,175,158). Sum of RGB (Red+Green+Blue) = 219+175+158=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF9E is #245061. Grayscale: #BABABA. Windows color (decimal): -2379874 or 10399707. OLE color: 10399707.

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

Color convert

RGB219175158-
CMYK00.200.280.14
HSL16.72º45.86%73.92%-
HSV(B)16.72º27.85%85.88%-
XYZ50.7148.1938.98-
YUV186.22112.08151.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 158 (62.11% from 255) = 28.62%
R=39.67%
G=31.70%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917515800.200.280.1416.7245.8673.92
HexDBAF9E0141CE112e4a
Octal33325723602434162156112
Binary110110111010111110011110010100111001110100011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAF9E; }

 p { color: rgb(219,175,158); }

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

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

 a { background-color: rgb(219,175,158); }

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

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

 span { border-color: rgb(219,175,158); }

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