#DAA8A6

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

Shades of Oyster Pink #DAA8A6

Tints of Oyster Pink #DAA8A6

Color information

#DAA8A6 (or 0xDAA8A6) is unknown color: approx Oyster Pink. HEX triplet: DA, A8 and A6. RGB value is (218,168,166). Sum of RGB (Red+Green+Blue) = 218+168+166=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA8A6 is #255759. Grayscale: #B6B6B6. Windows color (decimal): -2447194 or 10922202. OLE color: 10922202.

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

Color convert

RGB218168166-
CMYK00.230.240.15
HSL2.31º41.27%75.29%-
HSV(B)2.31º23.85%85.49%-
XYZ49.845.6642.27-
YUV182.72118.56153.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 168 (66.02% from 255) = 30.43%
BLUE value IS 166 (65.23% from 255) = 30.07%
R=39.49%
G=30.43%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816816600.230.240.152.3141.2775.29
HexDAA8A601718F2294b
Octal3322502460273017251113
Binary110110101010100010100110010111110001111101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8A6; }

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

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

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

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

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

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

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

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