#DBAE9D

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

Shades of Clam Shell #DBAE9D

Tints of Clam Shell #DBAE9D

Color information

#DBAE9D (or 0xDBAE9D) is unknown color: approx Clam Shell. HEX triplet: DB, AE and 9D. RGB value is (219,174,157). Sum of RGB (Red+Green+Blue) = 219+174+157=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE9D is #245162. Grayscale: #B9B9B9. Windows color (decimal): -2380131 or 10333915. OLE color: 10333915.

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

Color convert

RGB219174157-
CMYK00.210.280.14
HSL16.45º46.27%73.73%-
HSV(B)16.45º28.31%85.88%-
XYZ50.4447.7738.46-
YUV185.52111.91151.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.82%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=39.82%
G=31.64%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917415700.210.280.1416.4546.2773.73
HexDBAE9D0151CE102e4a
Octal33325623502534162056112
Binary110110111010111010011101010101111001110100001011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAE9D; }

 p { color: rgb(219,174,157); }

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

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

 a { background-color: rgb(219,174,157); }

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

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

 span { border-color: rgb(219,174,157); }

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