#DCA19F

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

Shades of Petite Orchid #DCA19F

Tints of Petite Orchid #DCA19F

Color information

#DCA19F (or 0xDCA19F) is unknown color: approx Petite Orchid. HEX triplet: DC, A1 and 9F. RGB value is (220,161,159). Sum of RGB (Red+Green+Blue) = 220+161+159=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA19F is #235E60. Grayscale: #B2B2B2. Windows color (decimal): -2317921 or 10461660. OLE color: 10461660.

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

Color convert

RGB220161159-
CMYK00.270.280.14
HSL1.97º46.56%74.31%-
HSV(B)1.97º27.73%86.27%-
XYZ48.5243.2138.58-
YUV178.41117.05157.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 161 (63.28% from 255) = 29.81%
BLUE value IS 159 (62.5% from 255) = 29.44%
R=40.74%
G=29.81%
B=29.44%

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
Decimal22016115900.270.280.141.9746.5674.31
HexDCA19F01B1CE22f4a
Octal3342412370333416257112
Binary110111001010000110011111011011111001110101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA19F; }

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

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

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

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

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

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

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

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