#DCA6B9

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

Shades of Shocking #DCA6B9

Tints of Shocking #DCA6B9

Color information

#DCA6B9 (or 0xDCA6B9) is unknown color: approx Shocking. HEX triplet: DC, A6 and B9. RGB value is (220,166,185). Sum of RGB (Red+Green+Blue) = 220+166+185=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 185 (72.66% from 255 or 32.40% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA6B9 is #235946. Grayscale: #B8B8B8. Windows color (decimal): -2316615 or 12166876. OLE color: 12166876.

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

Color convert

RGB220166185-
CMYK00.250.160.14
HSL338.89º43.55%75.69%-
HSV(B)338.89º24.55%86.27%-
XYZ51.9145.9952.04-
YUV184.31128.39153.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 166 (65.23% from 255) = 29.07%
BLUE value IS 185 (72.66% from 255) = 32.40%
R=38.53%
G=29.07%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016618500.250.160.14338.8943.5575.69
HexDCA6B901910E1532c4c
Octal334246271031201652354114
Binary1101110010100110101110010110011000011101010100111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA6B9; }

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

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

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

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

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

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

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

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