#DCA9C6

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

Shades of Shocking #DCA9C6

Tints of Shocking #DCA9C6

Color information

#DCA9C6 (or 0xDCA9C6) is unknown color: approx Shocking. HEX triplet: DC, A9 and C6. RGB value is (220,169,198). Sum of RGB (Red+Green+Blue) = 220+169+198=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9C6 is #235639. Grayscale: #BBBBBB. Windows color (decimal): -2315834 or 13019612. OLE color: 13019612.

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

Color convert

RGB220169198-
CMYK00.230.10.14
HSL325.88º42.15%76.27%-
HSV(B)325.88º23.18%86.27%-
XYZ53.947.6759.79-
YUV187.56133.9151.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 169 (66.41% from 255) = 28.79%
BLUE value IS 198 (77.73% from 255) = 33.73%
R=37.48%
G=28.79%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016919800.230.10.14325.8842.1576.27
HexDCA9C6017AE1462a4c
Octal334251306027121650652114
Binary110111001010100111000110010111101011101010001101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9C6; }

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

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

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

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

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

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

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

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