#DCA09D

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

Shades of Petite Orchid #DCA09D

Tints of Petite Orchid #DCA09D

Color information

#DCA09D (or 0xDCA09D) is unknown color: approx Petite Orchid. HEX triplet: DC, A0 and 9D. RGB value is (220,160,157). Sum of RGB (Red+Green+Blue) = 220+160+157=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA09D is #235F62. Grayscale: #B1B1B1. Windows color (decimal): -2318179 or 10330332. OLE color: 10330332.

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

Color convert

RGB220160157-
CMYK00.270.290.14
HSL2.86º47.37%73.92%-
HSV(B)2.86º28.64%86.27%-
XYZ48.1742.7937.62-
YUV177.6116.38158.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 160 (62.89% from 255) = 29.80%
BLUE value IS 157 (61.72% from 255) = 29.24%
R=40.97%
G=29.80%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016015700.270.290.142.8647.3773.92
HexDCA09D01B1DE32f4a
Octal3342402350333516357112
Binary110111001010000010011101011011111011110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA09D; }

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

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

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

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

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

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

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

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