#DCA0B9

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

Shades of Shocking #DCA0B9

Tints of Shocking #DCA0B9

Color information

#DCA0B9 (or 0xDCA0B9) is unknown color: approx Shocking. HEX triplet: DC, A0 and B9. RGB value is (220,160,185). Sum of RGB (Red+Green+Blue) = 220+160+185=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 160 (62.89% from 255 or 28.32% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0B9 is #235F46. Grayscale: #B4B4B4. Windows color (decimal): -2318151 or 12165340. OLE color: 12165340.

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

Color convert

RGB220160185-
CMYK00.270.160.14
HSL335º46.15%74.51%-
HSV(B)335º27.27%86.27%-
XYZ50.8443.8651.69-
YUV180.79130.38155.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 160 (62.89% from 255) = 28.32%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=38.94%
G=28.32%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016018500.270.160.1433546.1574.51
HexDCA0B901B10E14f2e4b
Octal334240271033201651756113
Binary1101110010100000101110010110111000011101010011111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0B9; }

 p { color: rgb(220,160,185); }

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

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

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

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

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

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

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