#DCA0A0

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

Shades of Petite Orchid #DCA0A0

Tints of Petite Orchid #DCA0A0

Color information

#DCA0A0 (or 0xDCA0A0) is unknown color: approx Petite Orchid. HEX triplet: DC, A0 and A0. RGB value is (220,160,160). Sum of RGB (Red+Green+Blue) = 220+160+160=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA0A0 is #235F5F. Grayscale: #B1B1B1. Windows color (decimal): -2318176 or 10526940. OLE color: 10526940.

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

Color convert

RGB220160160-
CMYK00.270.270.14
HSL46.15%74.51%-
HSV(B)27.27%86.27%-
XYZ48.4342.938.98-
YUV177.94117.88158-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 160 (62.89% from 255) = 29.63%
BLUE value IS 160 (62.89% from 255) = 29.63%
R=40.74%
G=29.63%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016016000.270.270.14046.1574.51
HexDCA0A001B1BE02e4b
Octal3342402400333316056113
Binary11011100101000001010000001101111011111001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0A0; }

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

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

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

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

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

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

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

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