#DCACAC

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

Shades of Oyster Pink #DCACAC

Tints of Oyster Pink #DCACAC

Color information

#DCACAC (or 0xDCACAC) is unknown color: approx Oyster Pink. HEX triplet: DC, AC and AC. RGB value is (220,172,172). Sum of RGB (Red+Green+Blue) = 220+172+172=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCACAC is #235353. Grayscale: #BABABA. Windows color (decimal): -2315092 or 11316444. OLE color: 11316444.

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

Color convert

RGB220172172-
CMYK00.220.220.14
HSL40.68%76.86%-
HSV(B)21.82%86.27%-
XYZ51.7147.745.51-
YUV186.35119.9152-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 172 (67.58% from 255) = 30.50%
R=39.01%
G=30.50%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017217200.220.220.14040.6876.86
HexDCACAC01616E0294d
Octal3342542540262616051115
Binary11011100101011001010110001011010110111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACAC; }

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

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

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

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

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

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

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

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