#DCA8A8

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

Shades of Oyster Pink #DCA8A8

Tints of Oyster Pink #DCA8A8

Color information

#DCA8A8 (or 0xDCA8A8) is unknown color: approx Oyster Pink. HEX triplet: DC, A8 and A8. RGB value is (220,168,168). Sum of RGB (Red+Green+Blue) = 220+168+168=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 168 (66.02% from 255 or 30.22% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA8A8 is #235757. Grayscale: #B7B7B7. Windows color (decimal): -2316120 or 11053276. OLE color: 11053276.

HSL color Cylindrical-coordinate representation of color #DCA8A8: hue angle of 0º degrees, saturation: 0.43, 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 #DCA8A8 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB220168168-
CMYK00.240.240.14
HSL42.62%76.08%-
HSV(B)23.64%86.27%-
XYZ50.5946.0543.27-
YUV183.55119.23154-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 168 (66.02% from 255) = 30.22%
BLUE value IS 168 (66.02% from 255) = 30.22%
R=39.57%
G=30.22%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016816800.240.240.14042.6276.08
HexDCA8A801818E02b4c
Octal3342502500303016053114
Binary11011100101010001010100001100011000111001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA8A8; }

 p { color: rgb(220,168,168); }

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

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

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

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

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

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

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