#DCABAA

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

Shades of Oyster Pink #DCABAA

Tints of Oyster Pink #DCABAA

Color information

#DCABAA (or 0xDCABAA) is unknown color: approx Oyster Pink. HEX triplet: DC, AB and AA. RGB value is (220,171,170). Sum of RGB (Red+Green+Blue) = 220+171+170=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCABAA is #235455. Grayscale: #B9B9B9. Windows color (decimal): -2315350 or 11185116. OLE color: 11185116.

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

Color convert

RGB220171170-
CMYK00.220.230.14
HSL1.2º41.67%76.47%-
HSV(B)1.2º22.73%86.27%-
XYZ51.3347.2444.44-
YUV185.54119.23152.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 170 (66.80% from 255) = 30.30%
R=39.22%
G=30.48%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017117000.220.230.141.241.6776.47
HexDCABAA01617E12a4c
Octal3342532520262716152114
Binary11011100101010111010101001011010111111011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABAA; }

 p { color: rgb(220,171,170); }

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

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

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

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

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

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

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