#DCA19E

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

Shades of Petite Orchid #DCA19E

Tints of Petite Orchid #DCA19E

Color information

#DCA19E (or 0xDCA19E) is unknown color: approx Petite Orchid. HEX triplet: DC, A1 and 9E. RGB value is (220,161,158). Sum of RGB (Red+Green+Blue) = 220+161+158=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA19E is #235E61. Grayscale: #B2B2B2. Windows color (decimal): -2317922 or 10396124. OLE color: 10396124.

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

Color convert

RGB220161158-
CMYK00.270.280.14
HSL2.9º46.97%74.12%-
HSV(B)2.9º28.18%86.27%-
XYZ48.4343.1738.13-
YUV178.3116.55157.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 161 (63.28% from 255) = 29.87%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=40.82%
G=29.87%
B=29.31%

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
Decimal22016115800.270.280.142.946.9774.12
HexDCA19E01B1CE32f4a
Octal3342412360333416357112
Binary110111001010000110011110011011111001110111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA19E; }

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

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

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

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

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

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

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

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