#DC9C8D

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

Shades of Petite Orchid #DC9C8D

Tints of Petite Orchid #DC9C8D

Color information

#DC9C8D (or 0xDC9C8D) is unknown color: approx Petite Orchid. HEX triplet: DC, 9C and 8D. RGB value is (220,156,141). Sum of RGB (Red+Green+Blue) = 220+156+141=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C8D is #236372. Grayscale: #ADADAD. Windows color (decimal): -2319219 or 9280732. OLE color: 9280732.

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

Color convert

RGB220156141-
CMYK00.290.360.14
HSL11.39º53.02%70.78%-
HSV(B)11.39º35.91%86.27%-
XYZ46.2140.9230.66-
YUV173.43109.7161.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 156 (61.33% from 255) = 30.17%
BLUE value IS 141 (55.47% from 255) = 27.27%
R=42.55%
G=30.17%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015614100.290.360.1411.3953.0270.78
HexDC9C8D01D24Eb3547
Octal33423421503544161365107
Binary110111001001110010001101011101100100111010111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9C8D; }

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

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

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

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

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

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

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

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