#DAAAA7

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

Shades of Oyster Pink #DAAAA7

Tints of Oyster Pink #DAAAA7

Color information

#DAAAA7 (or 0xDAAAA7) is unknown color: approx Oyster Pink. HEX triplet: DA, AA and A7. RGB value is (218,170,167). Sum of RGB (Red+Green+Blue) = 218+170+167=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAAA7 is #255558. Grayscale: #B8B8B8. Windows color (decimal): -2446681 or 10988250. OLE color: 10988250.

HSL color Cylindrical-coordinate representation of color #DAAAA7: hue angle of 3.53º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAAAA7 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB218170167-
CMYK00.220.230.15
HSL3.53º40.8%75.49%-
HSV(B)3.53º23.39%85.49%-
XYZ50.2646.4442.87-
YUV184.01118.4152.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.28%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 167 (65.62% from 255) = 30.09%
R=39.28%
G=30.63%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817016700.220.230.153.5340.875.49
HexDAAAA701617F4294b
Octal3322522470262717451113
Binary1101101010101010101001110101101011111111001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAAA7; }

 p { color: rgb(218,170,167); }

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

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

 a { background-color: rgb(218,170,167); }

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

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

 span { border-color: rgb(218,170,167); }

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