#DCA099

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

Shades of Petite Orchid #DCA099

Tints of Petite Orchid #DCA099

Color information

#DCA099 (or 0xDCA099) is unknown color: approx Petite Orchid. HEX triplet: DC, A0 and 99. RGB value is (220,160,153). Sum of RGB (Red+Green+Blue) = 220+160+153=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA099 is #235F66. Grayscale: #B1B1B1. Windows color (decimal): -2318183 or 10068188. OLE color: 10068188.

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

Color convert

RGB220160153-
CMYK00.270.300.14
HSL6.27º48.91%73.14%-
HSV(B)6.27º30.45%86.27%-
XYZ47.8442.6635.85-
YUV177.14114.38158.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 153 (60.16% from 255) = 28.71%
R=41.28%
G=30.02%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016015300.270.300.146.2748.9173.14
HexDCA09901B1EE63149
Octal3342402310333616661111
Binary1101110010100000100110010110111111011101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA099; }

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

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

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

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

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

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

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

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