#DCA09A

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

Shades of Petite Orchid #DCA09A

Tints of Petite Orchid #DCA09A

Color information

#DCA09A (or 0xDCA09A) is unknown color: approx Petite Orchid. HEX triplet: DC, A0 and 9A. RGB value is (220,160,154). Sum of RGB (Red+Green+Blue) = 220+160+154=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA09A is #235F65. Grayscale: #B1B1B1. Windows color (decimal): -2318182 or 10133724. OLE color: 10133724.

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

Color convert

RGB220160154-
CMYK00.270.30.14
HSL5.45º48.53%73.33%-
HSV(B)5.45º30%86.27%-
XYZ47.9242.6936.29-
YUV177.26114.88158.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 154 (60.55% from 255) = 28.84%
R=41.20%
G=29.96%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016015400.270.30.145.4548.5373.33
HexDCA09A01B1EE53149
Octal3342402320333616561111
Binary1101110010100000100110100110111111011101011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA09A; }

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

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

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

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

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

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

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

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