#DBACA9

Color #DBACA9 Oyster Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Pink #DBACA9

Tints of Oyster Pink #DBACA9

Color information

#DBACA9 (or 0xDBACA9) is unknown color: approx Oyster Pink. HEX triplet: DB, AC and A9. RGB value is (219,172,169). Sum of RGB (Red+Green+Blue) = 219+172+169=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBACA9 is #245356. Grayscale: #B9B9B9. Windows color (decimal): -2380631 or 11119835. OLE color: 11119835.

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

Color convert

RGB219172169-
CMYK00.210.230.14
HSL3.6º40.98%76.08%-
HSV(B)3.6º22.83%85.88%-
XYZ51.1347.4344-
YUV185.71118.57151.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 169 (66.41% from 255) = 30.18%
R=39.11%
G=30.71%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917216900.210.230.143.640.9876.08
HexDBACA901517E4294c
Octal3332542510252716451114
Binary1101101110101100101010010101011011111101001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACA9; }

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

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

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

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

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

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

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

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