#DCADA9

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

Shades of Oyster Pink #DCADA9

Tints of Oyster Pink #DCADA9

Color information

#DCADA9 (or 0xDCADA9) is unknown color: approx Oyster Pink. HEX triplet: DC, AD and A9. RGB value is (220,173,169). Sum of RGB (Red+Green+Blue) = 220+173+169=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 169 (66.41% from 255 or 30.07% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCADA9 is #235256. Grayscale: #BABABA. Windows color (decimal): -2314839 or 11120092. OLE color: 11120092.

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

Color convert

RGB220173169-
CMYK00.210.230.14
HSL4.71º42.15%76.27%-
HSV(B)4.71º23.18%86.27%-
XYZ51.6247.9744.07-
YUV186.6118.07151.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 169 (66.41% from 255) = 30.07%
R=39.15%
G=30.78%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017316900.210.230.144.7142.1576.27
HexDCADA901517E52a4c
Octal3342552510252716552114
Binary1101110010101101101010010101011011111101011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADA9; }

 p { color: rgb(220,173,169); }

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

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

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

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

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

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

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