#DCA09F

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

Shades of Petite Orchid #DCA09F

Tints of Petite Orchid #DCA09F

Color information

#DCA09F (or 0xDCA09F) is unknown color: approx Petite Orchid. HEX triplet: DC, A0 and 9F. RGB value is (220,160,159). Sum of RGB (Red+Green+Blue) = 220+160+159=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA09F is #235F60. Grayscale: #B1B1B1. Windows color (decimal): -2318177 or 10461404. OLE color: 10461404.

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

Color convert

RGB220160159-
CMYK00.270.280.14
HSL0.98º46.56%74.31%-
HSV(B)0.98º27.73%86.27%-
XYZ48.3442.8638.53-
YUV177.83117.38158.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 159 (62.5% from 255) = 29.50%
R=40.82%
G=29.68%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016015900.270.280.140.9846.5674.31
HexDCA09F01B1CE12f4a
Octal3342402370333416157112
Binary11011100101000001001111101101111100111011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA09F; }

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

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

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

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

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

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

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

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