#DAAAA6

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

Shades of Oyster Pink #DAAAA6

Tints of Oyster Pink #DAAAA6

Color information

#DAAAA6 (or 0xDAAAA6) is unknown color: approx Oyster Pink. HEX triplet: DA, AA and A6. RGB value is (218,170,166). Sum of RGB (Red+Green+Blue) = 218+170+166=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAAA6 is #255559. Grayscale: #B7B7B7. Windows color (decimal): -2446682 or 10922714. OLE color: 10922714.

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

Color convert

RGB218170166-
CMYK00.220.240.15
HSL4.62º41.27%75.29%-
HSV(B)4.62º23.85%85.49%-
XYZ50.1746.4142.39-
YUV183.9117.9152.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 166 (65.23% from 255) = 29.96%
R=39.35%
G=30.69%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817016600.220.240.154.6241.2775.29
HexDAAAA601618F5294b
Octal3322522460263017551113
Binary1101101010101010101001100101101100011111011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAAA6; }

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

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

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

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

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

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

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

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