#DCA2A1

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

Shades of Petite Orchid #DCA2A1

Tints of Petite Orchid #DCA2A1

Color information

#DCA2A1 (or 0xDCA2A1) is unknown color: approx Petite Orchid. HEX triplet: DC, A2 and A1. RGB value is (220,162,161). Sum of RGB (Red+Green+Blue) = 220+162+161=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA2A1 is #235D5E. Grayscale: #B3B3B3. Windows color (decimal): -2317663 or 10592988. OLE color: 10592988.

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

Color convert

RGB220162161-
CMYK00.260.270.14
HSL1.02º45.74%74.71%-
HSV(B)1.02º26.82%86.27%-
XYZ48.8743.6339.56-
YUV179.23117.72157.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 162 (63.67% from 255) = 29.83%
BLUE value IS 161 (63.28% from 255) = 29.65%
R=40.52%
G=29.83%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016216100.260.270.141.0245.7474.71
HexDCA2A101A1BE12e4b
Octal3342422410323316156113
Binary11011100101000101010000101101011011111011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA2A1; }

 p { color: rgb(220,162,161); }

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

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

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

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

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

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

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