#DCB0AD

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

Shades of Oyster Pink #DCB0AD

Tints of Oyster Pink #DCB0AD

Color information

#DCB0AD (or 0xDCB0AD) is unknown color: approx Oyster Pink. HEX triplet: DC, B0 and AD. RGB value is (220,176,173). Sum of RGB (Red+Green+Blue) = 220+176+173=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 173 (67.97% from 255 or 30.40% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB0AD is #234F52. Grayscale: #BCBCBC. Windows color (decimal): -2314067 or 11383004. OLE color: 11383004.

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

Color convert

RGB220176173-
CMYK00.20.210.14
HSL3.83º40.17%77.06%-
HSV(B)3.83º21.36%86.27%-
XYZ52.5849.2846.28-
YUV188.81119.08150.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 176 (69.14% from 255) = 30.93%
BLUE value IS 173 (67.97% from 255) = 30.40%
R=38.66%
G=30.93%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017617300.20.210.143.8340.1777.06
HexDCB0AD01415E4284d
Octal3342602550242516450115
Binary1101110010110000101011010101001010111101001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB0AD; }

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

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

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

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

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

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

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

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