#DCA19C

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

Shades of Petite Orchid #DCA19C

Tints of Petite Orchid #DCA19C

Color information

#DCA19C (or 0xDCA19C) is unknown color: approx Petite Orchid. HEX triplet: DC, A1 and 9C. RGB value is (220,161,156). Sum of RGB (Red+Green+Blue) = 220+161+156=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA19C is #235E63. Grayscale: #B2B2B2. Windows color (decimal): -2317924 or 10265052. OLE color: 10265052.

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

Color convert

RGB220161156-
CMYK00.270.290.14
HSL4.69º47.76%73.73%-
HSV(B)4.69º29.09%86.27%-
XYZ48.2643.1137.23-
YUV178.07115.55157.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 156 (61.33% from 255) = 29.05%
R=40.97%
G=29.98%
B=29.05%

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
Decimal22016115600.270.290.144.6947.7673.73
HexDCA19C01B1DE5304a
Octal3342412340333516560112
Binary1101110010100001100111000110111110111101011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA19C; }

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

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

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

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

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

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

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

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