#DBA9A7

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

Shades of Oyster Pink #DBA9A7

Tints of Oyster Pink #DBA9A7

Color information

#DBA9A7 (or 0xDBA9A7) is unknown color: approx Oyster Pink. HEX triplet: DB, A9 and A7. RGB value is (219,169,167). Sum of RGB (Red+Green+Blue) = 219+169+167=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA9A7 is #245658. Grayscale: #B7B7B7. Windows color (decimal): -2381401 or 10987995. OLE color: 10987995.

HSL color Cylindrical-coordinate representation of color #DBA9A7: hue angle of 2.31º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA9A7 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB219169167-
CMYK00.230.240.14
HSL2.31º41.94%75.69%-
HSV(B)2.31º23.74%85.88%-
XYZ50.3846.2342.83-
YUV183.72118.56153.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.46%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 167 (65.62% from 255) = 30.09%
R=39.46%
G=30.45%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916916700.230.240.142.3141.9475.69
HexDBA9A701718E22a4c
Octal3332512470273016252114
Binary110110111010100110100111010111110001110101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA9A7; }

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

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

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

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

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

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

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

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